(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
fix-r4000-2.c
       1  /* This test requires widening_mul */
       2  /* { dg-options "-mips1 -mfix-r4000 -dp -EB -fexpensive-optimizations" } */
       3  /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
       4  typedef int int32_t;
       5  typedef long long int64_t;
       6  NOMIPS16 int32_t foo (int32_t x, int32_t y) { return ((int64_t) x * y) >> 32; }
       7  /* { dg-final { scan-assembler "[concat {\tmult\t\$[45],\$[45][^\n]+smulsi3_highpart_internal\n\tmfhi\t\$2\n}]" } } */