(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
aapcs/
vfp1.c
       1  /* Test AAPCS layout (VFP variant) */
       2  
       3  /* { dg-do run { target arm_eabi } } */
       4  /* { dg-require-effective-target arm_hard_vfp_ok } */
       5  /* { dg-require-effective-target arm32 } */
       6  /* { dg-options "-O -mfpu=vfp -mfloat-abi=hard" } */
       7  
       8  #ifndef IN_FRAMEWORK
       9  #define VFP
      10  #define TESTFILE "vfp1.c"
      11  #include "abitest.h"
      12  
      13  #else
      14    ARG(int, 4, R0)
      15    ARG(double, 4.0, D0)
      16    LAST_ARG(int, 3, R1)
      17  #endif