Home
last modified time | relevance | path

Searched refs:VFP_REGS (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gcc/config/arm/
HDarm.h965 VFP_REGS, enumerator
1033 || reg_classes_intersect_p (VFP_REGS, (CLASS)) \
1093 && (CLASS) == VFP_REGS) \
1106 && (CLASS) == VFP_REGS) \
1224 (FROM) == VFP_REGS && (TO) != VFP_REGS ? 10 : \
1225 (FROM) != VFP_REGS && (TO) == VFP_REGS ? 10 : \
HDconstraints.md45 (define_register_constraint "w" "TARGET_ARM ? VFP_REGS : NO_REGS"
HDarm.c12030 return VFP_REGS; in arm_regno_class()
/trueos/contrib/gcc/
HDChangeLog-200443462 (enum reg_class): Add VFP_REGS.