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
* config/i386/avx512fintrin.h (_mm512_set_epi16, _mm512_set_epi8,
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
aapcs64
/
test_22.c
blob
cb8a8abc06baef0587c87cb43f6eba5b949e23b9
1
/* Test AAPCS64 layout */
2
3
/* { dg-do run { target aarch64*-*-* } } */
4
5
#ifndef IN_FRAMEWORK
6
#define TESTFILE
"test_22.c"
7
8
struct
y
9
{
10
float
p
;
11
float
q
;
12
}
v
= {
345.0
f
,
678.0
f
};
13
14
#include
"abitest.h"
15
#else
16
ARG
(
float
,
123.0
f
,
S0
)
17
ARG
(
struct
y
,
v
,
S1
)
18
LAST_ARG
(
float
,
901.0
f
,
S3
)
19
#endif