URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [const-anchor-2.c] - Rev 724
Go to most recent revision | 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); }
Go to most recent revision | Compare with Previous | Blame | View Log