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/] [branch-8.c] - Rev 321
Compare with Previous | Blame | View Log
/* { dg-options "-mabicalls -mshared -mabi=32" } */ /* { dg-final { scan-assembler-not "(\\\$28|cpload|cprestore)" } } */ /* { dg-final { scan-assembler-not "\tjr\t\\\$1\n" } } */ #include "branch-helper.h" NOMIPS16 void foo (void (*bar) (void), volatile int *x) { bar (); if (__builtin_expect (*x == 0, 1)) OCCUPY_0x1fff8; }