(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
branch-cost-2.c
       1  /* { dg-options "-mbranch-cost=10 (HAS_MOVN)" } */
       2  /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
       3  NOMIPS16 int
       4  foo (int x, int y, int z, int k)
       5  {
       6    return x == k ? x + y : z - x;
       7  }
       8  /* { dg-final { scan-assembler "\t(movz|movn)\t" } } */
       9  /* { dg-final { scan-assembler-not "\t(bne|beq)\t" } } */