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
/
mla-2.c
blob
1e3ca200b2ef8ce4ce1741be77852c43aa208696
1
/* { dg-do compile } */
2
/* { dg-require-effective-target arm_dsp } */
3
/* { dg-options "-O2" } */
4
5
long long
foolong
(
long long
x
,
short
*
a
,
short
*
b
)
6
{
7
return
x
+ *
a
* *
b
;
8
}
9
10
/* { dg-final { scan-assembler "smlalbb" } } */