aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/aapcs64/test_2.c
blob: 94817ede3e17c3b310ee3d9d62ea1aa1994af37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Test AAPCS64 layout */

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

#ifndef IN_FRAMEWORK
#define VFP
#define TESTFILE "test_2.c"
#include "abitest.h"

#else
  ARG(float, 1.0f, S0)
  ARG(double, 4.0, D1)
  ARG(float, 2.0f, S2)
  ARG(double, 5.0, D3)
  LAST_ARG(int, 3, W0)
#endif