URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [extend-2.c] - Rev 697
Go to most recent revision | Compare with Previous | Blame | View Log
/* Check the shift_shift alternative of the AND patterns. */ /* { dg-do compile } */ /* { dg-options "-O isa_rev<=1 -mgp64" } */ /* { dg-final { scan-assembler "\tdsrl\t" } } */ /* { dg-final { scan-assembler "\tdsll\t" } } */ /* { dg-final { scan-assembler-not "\td?ext\t" } } */ unsigned long long f (unsigned long long i) { return i & 0xffffffff; }
Go to most recent revision | Compare with Previous | Blame | View Log