Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
mult-synth_1.c
blob: d5b8444b2db2fa3ea5cec42c3fde6fba8f6f606b [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2 -mcpu=cortex-a57 -save-temps" } */
int
foo
(
int
x
)
{
return
x
*
100
;
}
/* { dg-final { scan-assembler-times "mul\tw\[0-9\]+, w\[0-9\]+, w\[0-9\]+" 1 } } */