Searched refs:VFP_REGNO_OK_FOR_SINGLE (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1013 #define VFP_REGNO_OK_FOR_SINGLE(REGNUM) \
1009 #define VFP_REGNO_OK_FOR_SINGLE macro
H A Darm.c15505 if (!VFP_REGNO_OK_FOR_SINGLE (regno))
15530 if (!VFP_REGNO_OK_FOR_SINGLE (regno))
16295 return VFP_REGNO_OK_FOR_SINGLE (regno);
16303 return TARGET_FP16 && VFP_REGNO_OK_FOR_SINGLE (regno);
20832 if (VFP_REGNO_OK_FOR_SINGLE (regno))
20869 if (VFP_REGNO_OK_FOR_SINGLE (regno))

Completed in 211 milliseconds