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
PR c++/67273
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
thumb1-Os-mult.c
blob
b989c420830a6bd2bbe997740c443e3e060f9861
1
/* { dg-do compile } */
2
/* { dg-require-effective-target arm_thumb1_ok } */
3
/* { dg-options "-Os" } */
4
/* { dg-skip-if "" { ! { arm_thumb1 } } } */
5
6
int
7
mymul3
(
int
x
)
8
{
9
return
x
*
0x555
;
10
}
11
12
/* { dg-final { scan-assembler "muls\[\\t \]*r.,\[\\t \]*r." } } */