(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
aapcs64/
test_dfp_21.c
       1  /* Test AAPCS64 layout */
       2  
       3  /* { dg-do run { target aarch64*-*-* } } */
       4  
       5  #ifndef IN_FRAMEWORK
       6  #define TESTFILE "test_dfp_21.c"
       7  
       8  #include "abitest.h"
       9  
      10  #else
      11    ARG(int, 8, W0)
      12    ARG(_Decimal64, 1.0dd, D0)
      13    ARG(_Decimal64, 2.0dd, D1)
      14    ARG(_Decimal64, 3.0dd, D2)
      15    ARG(_Decimal64, 4.0dd, D3)
      16    ARG(_Decimal64, 5.0dd, D4)
      17    ARG(_Decimal64, 6.0dd, D5)
      18    ARG(_Decimal64, 7.0dd, D6)
      19    ARG(_Complex double, 1234.0 + 567.0i, STACK)
      20    LAST_ARG(_Decimal64, -987.0dd, STACK+16)
      21  #endif