(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
octeon-dmul-2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-march=octeon -mgp64" } */
       3  /* { dg-skip-if "using DMUL is no worse size-wise, and can be better if the constant is used elsewhere" { *-*-* } { "-Os" } { "" } } */
       4  /* { dg-final { scan-assembler-not "\tdmul" } } */
       5  
       6  NOMIPS16 long long
       7  f (long long a)
       8  {
       9    return a * 7;
      10  }