(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
aapcs64/
test_int128.c
       1  /* Test AAPCS layout (VFP variant) */
       2  
       3  /* { dg-do run { target aarch64*-*-* } } */
       4  
       5  #ifndef IN_FRAMEWORK
       6  #define TESTFILE "test_int128.c"
       7  
       8  typedef int TItype __attribute__ ((mode (TI)));
       9  
      10  TItype x = 0xcafecafecafecfeacfeacfea;
      11  TItype y = 0xcfeacfeacfeacafecafecafe;
      12  
      13  #include "abitest.h"
      14  #else
      15    ARG (TItype, x, X0)
      16    LAST_ARG (TItype, y, X2)
      17  #endif