Home | History | Annotate | Download | only in config

Lines Matching refs:FPU_DEFAULT

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;
23900 mfpu_opt = &fpu_default;
23907 mfpu_opt = &fpu_default;