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