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_24.c
blob
8655f6f3efcb9ec325503d4cf4a230bc5233f8b4
1
/* Test AAPCS64 layout. */
2
3
/* { dg-do run { target aarch64*-*-* } } */
4
5
#ifndef IN_FRAMEWORK
6
#define TESTFILE
"test_24.c"
7
8
typedef
long double
TFtype
;
9
10
#include
"abitest.h"
11
#else
12
ARG
(
TFtype
,
1.0
,
Q0
)
13
ARG
(
TFtype
,
2.0
,
Q1
)
14
ARG
(
TFtype
,
3.0
,
Q2
)
15
ARG
(
TFtype
,
4.0
,
Q3
)
16
ARG
(
TFtype
,
5.0
,
Q4
)
17
ARG
(
TFtype
,
6.0
,
Q5
)
18
ARG
(
TFtype
,
7.0
,
Q6
)
19
ARG
(
TFtype
,
8.0
,
Q7
)
20
ARG
(
double
,
9.0
,
STACK
)
21
LAST_ARG
(
TFtype
,
10.0
,
STACK
+
16
)
22
#endif