URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [powerpc/] [20050603-3.c] - Rev 859
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target { ilp32 } } } */ /* { dg-options "-O2" } */ struct Q { long x:20; long y:4; long z:8; }b; /* This should generate a single rl[w]imi. */ void rotins (unsigned int x) { b.y = (x<<12) | (x>>20); } /* { dg-final { scan-assembler-not "inm" } } */
Go to most recent revision | Compare with Previous | Blame | View Log