URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [mips/] [branch-3.c] - Rev 327
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-mabicalls -mshared -mabi=32" } */ /* { dg-final { scan-assembler "\t\\.cpload\t\\\$25\n" } } */ /* { dg-final { scan-assembler "\tjr\t\\\$1\n" } } */ /* { dg-final { scan-assembler-not "cprestore" } } */ #include "branch-helper.h" NOMIPS16 void foo (volatile int *x) { if (__builtin_expect (*x == 0, 1)) OCCUPY_0x1fffc; }
Go to most recent revision | Compare with Previous | Blame | View Log