aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/aapcs64/test_24.c
blob: 8655f6f3efcb9ec325503d4cf4a230bc5233f8b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Test AAPCS64 layout.  */

/* { dg-do run { target aarch64*-*-* } } */

#ifndef IN_FRAMEWORK
#define TESTFILE "test_24.c"

typedef long double TFtype;

#include "abitest.h"
#else
  ARG(TFtype, 1.0, Q0)
  ARG(TFtype, 2.0, Q1)
  ARG(TFtype, 3.0, Q2)
  ARG(TFtype, 4.0, Q3)
  ARG(TFtype, 5.0, Q4)
  ARG(TFtype, 6.0, Q5)
  ARG(TFtype, 7.0, Q6)
  ARG(TFtype, 8.0, Q7)
  ARG(double, 9.0, STACK)
  LAST_ARG(TFtype, 10.0, STACK+16)
#endif