repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64] SVE tests
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
mult-synth_1.c
blob
d5b8444b2db2fa3ea5cec42c3fde6fba8f6f606b
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mcpu=cortex-a57 -save-temps" } */
3
4
int
5
foo
(
int
x
)
6
{
7
return
x
*
100
;
8
}
9
10
/* { dg-final { scan-assembler-times "mul\tw\[0-9\]+, w\[0-9\]+, w\[0-9\]+" 1 } } */