URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.target/] [mips/] [asm-1.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/17565. GCC used to put the asm into the delay slot of the call. */ /* { dg-do assemble } */ /* { dg-mips-options "-O -mno-mips16" } */ int foo (int n) { register int k asm ("$16") = n; if (k > 0) { bar (); asm ("li %0,0x12345678" : "=r" (k)); } return k; }
Go to most recent revision | Compare with Previous | Blame | View Log