URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [bt-mask-1.c] - Rev 704
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O2 -mtune=core2" } */ void foo (void); int test (int x, int n) { n &= 0x1f; if (x & (0x01 << n)) foo (); return 0; } /* { dg-final { scan-assembler-not "and\[lq\]\[ \t\]" } } */
Go to most recent revision | Compare with Previous | Blame | View Log