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/] [mips/] [const-anchor-2.c] - Rev 321
Compare with Previous | Blame | View Log
/* Derive a constant (0x30001) from another constant. */ /* { dg-options "-O" } */ /* { dg-final { scan-assembler-not "0x300000|196608" } } */ /* { dg-final { scan-assembler "addiu\t\\\$5,\\\$\[0-9\]*,32763" } } */ NOMIPS16 void f () { g (0x28006, 0x30001); }