HomeSort by relevance Sort by last modified time
    Searched refs:FPU_DEFAULT (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
te-armfbsdvfp.h 22 #define FPU_DEFAULT FPU_ARCH_VFP
te-armlinuxeabi.h 23 #define FPU_DEFAULT FPU_ARCH_VFP
te-armeabi.h 21 #define FPU_DEFAULT FPU_ARCH_VFP
te-nacl.h 27 #define FPU_DEFAULT FPU_ARCH_VFP
tc-arm.c 106 #ifndef FPU_DEFAULT
108 # define FPU_DEFAULT FPU_ARCH_FPA
111 # define FPU_DEFAULT FPU_ARCH_VFP /* Soft-float, but VFP order. */
114 # define FPU_DEFAULT FPU_ARCH_FPA /* Soft-float, but FPA order. */
117 # define FPU_DEFAULT FPU_ARCH_VFP /* Soft-float, VFP order. */
120 # define FPU_DEFAULT FPU_ARCH_FPA
122 #endif /* ifndef FPU_DEFAULT */
157 static const arm_feature_set fpu_default = FPU_DEFAULT; variable
    [all...]

Completed in 238 milliseconds