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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c116 #ifndef FPU_DEFAULT
118 # define FPU_DEFAULT FPU_ARCH_FPA macro
121 # define FPU_DEFAULT FPU_ARCH_VFP /* Soft-float, but VFP order. */ macro
124 # define FPU_DEFAULT FPU_ARCH_FPA /* Soft-float, but FPA order. */ macro
127 # define FPU_DEFAULT FPU_ARCH_VFP /* Soft-float, VFP order. */ macro
130 # define FPU_DEFAULT FPU_ARCH_FPA macro
132 #endif /* ifndef FPU_DEFAULT */
161 static const arm_feature_set fpu_default = FPU_DEFAULT;

Completed in 82 milliseconds