(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
mult-synth_2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -mcpu=cortex-a57 -save-temps" } */
       3  
       4  int
       5  foo (int x)
       6  {
       7    return x * 25;
       8  }
       9  
      10  /* { dg-final { scan-assembler-times "mul\tw\[0-9\]+, w\[0-9\]+, w\[0-9\]+" 1 } } */