Lines Matching refs:FPUVersion
190 FPUVersion MinVersion; in getFPUFeatures()
200 {"+vfp2", "-vfp2", FPUVersion::VFPV2, FPURestriction::D16}, in getFPUFeatures()
201 {"+vfp2sp", "-vfp2sp", FPUVersion::VFPV2, FPURestriction::SP_D16}, in getFPUFeatures()
202 {"+vfp3", "-vfp3", FPUVersion::VFPV3, FPURestriction::None}, in getFPUFeatures()
203 {"+vfp3d16", "-vfp3d16", FPUVersion::VFPV3, FPURestriction::D16}, in getFPUFeatures()
204 {"+vfp3d16sp", "-vfp3d16sp", FPUVersion::VFPV3, FPURestriction::SP_D16}, in getFPUFeatures()
205 {"+vfp3sp", "-vfp3sp", FPUVersion::VFPV3, FPURestriction::None}, in getFPUFeatures()
206 {"+fp16", "-fp16", FPUVersion::VFPV3_FP16, FPURestriction::SP_D16}, in getFPUFeatures()
207 {"+vfp4", "-vfp4", FPUVersion::VFPV4, FPURestriction::None}, in getFPUFeatures()
208 {"+vfp4d16", "-vfp4d16", FPUVersion::VFPV4, FPURestriction::D16}, in getFPUFeatures()
209 {"+vfp4d16sp", "-vfp4d16sp", FPUVersion::VFPV4, FPURestriction::SP_D16}, in getFPUFeatures()
210 {"+vfp4sp", "-vfp4sp", FPUVersion::VFPV4, FPURestriction::None}, in getFPUFeatures()
211 {"+fp-armv8", "-fp-armv8", FPUVersion::VFPV5, FPURestriction::None}, in getFPUFeatures()
212 {"+fp-armv8d16", "-fp-armv8d16", FPUVersion::VFPV5, FPURestriction::D16}, in getFPUFeatures()
213 {"+fp-armv8d16sp", "-fp-armv8d16sp", FPUVersion::VFPV5, FPURestriction::SP_D16}, in getFPUFeatures()
214 {"+fp-armv8sp", "-fp-armv8sp", FPUVersion::VFPV5, FPURestriction::None}, in getFPUFeatures()
215 {"+fullfp16", "-fullfp16", FPUVersion::VFPV5_FULLFP16, FPURestriction::SP_D16}, in getFPUFeatures()
216 {"+fp64", "-fp64", FPUVersion::VFPV2, FPURestriction::D16}, in getFPUFeatures()
217 {"+d32", "-d32", FPUVersion::VFPV3, FPURestriction::None}, in getFPUFeatures()
373 ARM::FPUVersion ARM::getFPUVersion(unsigned FPUKind) { in getFPUVersion()
375 return FPUVersion::NONE; in getFPUVersion()