(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
aapcs64/
test_dfp_2.c
       1  /* Test AAPCS64 layout */
       2  
       3  /* { dg-do run { target aarch64*-*-* } } */
       4  
       5  #ifndef IN_FRAMEWORK
       6  #define VFP
       7  #define TESTFILE "test_dfp_2.c"
       8  #include "abitest.h"
       9  
      10  #else
      11    ARG(_Decimal32, 1.0df, S0)
      12    ARG(_Decimal64, 4.0dd, D1)
      13    ARG(_Decimal32, 2.0df, S2)
      14    ARG(_Decimal64, 5.0dd, D3)
      15    ARG(__fp16, 8.0f, H4)
      16    LAST_ARG(int, 3, W0)
      17  #endif