URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [cris/] [biap.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* Make sure ADDI is combined and emitted successfully. See also PR37939. */ /* { dg-do compile } */ /* { dg-options "-O2" } */ /* { dg-final { scan-assembler "addi" } } */ /* { dg-final { scan-assembler-not "lsl" } } */ int xyzzy (int r10, int r11) { return r11 * 4 + r10; }
Go to most recent revision | Compare with Previous | Blame | View Log