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-cost-1.c] - Rev 324
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-mbranch-cost=1 isa>=4 -O2" } */ NOMIPS16 int foo (int x, int y, int z, int k) { return x == k ? x + y : z - x; } /* { dg-final { scan-assembler-not "\t(movz|movn)\t" } } */ /* { dg-final { scan-assembler "\t(bne|beq)\t" } } */
Go to most recent revision | Compare with Previous | Blame | View Log