aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/aapcs64/test_int128.c
blob: 9df344f29f7eda156092df23edb7705d61094878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Test AAPCS layout (VFP variant) */

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

#ifndef IN_FRAMEWORK
#define TESTFILE "test_int128.c"

typedef int TItype __attribute__ ((mode (TI)));

TItype x = 0xcafecafecafecfeacfeacfea;
TItype y = 0xcfeacfeacfeacafecafecafe;

#include "abitest.h"
#else
  ARG (TItype, x, X0)
  LAST_ARG (TItype, y, X2)
#endif