(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
msub-5.c
       1  /* { dg-options "-march=5kc" } */
       2  /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
       3  /* { dg-final { scan-assembler-times "\tmsub\t" 4 } } */
       4  /* { dg-final { scan-assembler-not "\tmtlo\t" } } */
       5  /* { dg-final { scan-assembler-times "\tmflo\t" 3 } } */
       6  
       7  NOMIPS16 void f1 (int *a) { a[0] = a[0] * a[1] - a[2] * a[3]; }
       8  NOMIPS16 void f2 (int *a) { a[0] = a[0] * a[1] - a[2] * a[3] - a[4]; }
       9  NOMIPS16 void f3 (int *a) { a[0] = a[0] * a[1] - a[2] * a[3] - a[4] * a[5]; }