Home
last modified time | relevance | path

Searched refs:SP_D16 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParser.cpp173 {"+vfp2sp", "-vfp2sp", FPUVersion::VFPV2, FPURestriction::SP_D16}, in getFPUFeatures()
176 {"+vfp3d16sp", "-vfp3d16sp", FPUVersion::VFPV3, FPURestriction::SP_D16}, in getFPUFeatures()
178 {"+fp16", "-fp16", FPUVersion::VFPV3_FP16, FPURestriction::SP_D16}, in getFPUFeatures()
181 {"+vfp4d16sp", "-vfp4d16sp", FPUVersion::VFPV4, FPURestriction::SP_D16}, in getFPUFeatures()
185 {"+fp-armv8d16sp", "-fp-armv8d16sp", FPUVersion::VFPV5, FPURestriction::SP_D16}, in getFPUFeatures()
187 {"+fullfp16", "-fullfp16", FPUVersion::VFPV5_FULLFP16, FPURestriction::SP_D16}, in getFPUFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParser.h143 SP_D16 ///< Only single-precision instructions, with 16 D registers enumerator
147 return restriction != FPURestriction::SP_D16; in isDoublePrecision()
H A DARMTargetParser.def35 FPURestriction::SP_D16)
37 NeonSupportLevel::None, FPURestriction::SP_D16)
43 NeonSupportLevel::None, FPURestriction::SP_D16)
47 NeonSupportLevel::None, FPURestriction::SP_D16)
54 FPURestriction::SP_D16)