(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
fix-r4000-11.c
       1  /* { dg-options "-march=r4000 -mfix-r4000 -mgp64 -dp" } */
       2  /* { dg-skip-if "naming registers makes this a code quality test" { *-*-* } { "-O0" } { "" } } */
       3  /* { dg-skip-if "using DDIV gives a shorter sequence" { *-*-* } { "-Os" } { "" } } */
       4  typedef long long int64_t;
       5  NOMIPS16 int64_t foo (int64_t x) { return x / 11993; }
       6  /* { dg-final { scan-assembler "[concat {\tdmult\t\$4,\$[0-9]+[^\n]+smuldi3_highpart[^\n]+\n\tmfhi\t\$[0-9]+\n}]" } } */