URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [arm/] [thumb-andsi.c] - Rev 320
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-mthumb -Os" } */ /* { dg-require-effective-target arm_thumb1_ok } */ unsigned get_least_bits(unsigned value) { return value << 9 >> 9; } /* { dg-final { scan-assembler "lsl" } } */ /* { dg-final { scan-assembler "lsr" } } */
Go to most recent revision | Compare with Previous | Blame | View Log