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