/* { dg-options "-mbranch-cost=10 isa>=4 forbid_cpu=mips.*r6" } */ /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ NOMIPS16 int foo (int x, int y, int z, int k) { return x == k ? x + y : z - x; } /* { dg-final { scan-assembler "\t(movz|movn)\t" } } */ /* { dg-final { scan-assembler-not "\t(bne|beq)\t" } } */