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
2016-12-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
sparc
/
fpadd32.c
blob
7c57018a73c9e4e61567c103b761cd97867abafc
1
/* { dg-do compile } */
2
/* { dg-options "-O -mcpu=ultrasparc -mvis" } */
3
typedef
int
vec32
__attribute__
((
vector_size
(
8
)));
4
5
vec32
foo
(
vec32 a
,
vec32 b
)
6
{
7
return
a
+
b
;
8
}
9
10
/* { dg-final { scan-assembler "fpadd32\t%" } } */