Searched refs:HasFPU (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 115 if (HasSPE && (HasAltivec || HasVSX || HasFPU)) in initSubtargetFeatures() 121 HasFPU = true; in initSubtargetFeatures()
|
| H A D | PPCInstrInfo.td | 747 def HasFPU : Predicate<"Subtarget->hasFPU()">; 1290 let Predicates = [HasFPU] in { 1991 let Predicates = [HasFPU] in { 2022 let Predicates = [HasFPU] in { 2060 let Predicates = [HasFPU] in { 2101 let Predicates = [HasFPU] in { 2138 let Predicates = [HasFPU] in { 2159 let Predicates = [HasFPU] in { 2207 let Predicates = [HasFPU] in { 2241 let Predicates = [HasFPU] in { [all …]
|
| H A D | PPCInstr64Bit.td | 720 let mayLoad = 1, Predicates = [HasFPU] in { 751 let mayStore = 1, Predicates = [HasFPU] in { 842 let mayLoad = 1, Predicates = [HasFPU] in { 864 let mayStore = 1, Predicates = [HasFPU] in {
|
| H A D | PPCInstrP10.td | 771 let Predicates = [PrefixInstrs, HasFPU] in { 1315 let Predicates = [PCRelativeMemops, HasFPU] in { 2049 let Predicates = [IsISA3_1, HasFPU] in { 2375 let Predicates = [PrefixInstrs, HasFPU] in {
|
| H A D | PPC.td | 79 def FeatureFPU : SubtargetFeature<"fpu","HasFPU","true",
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 2172 bool HasFPU = hwcap & (1UL << 3); // HWCAP_LOONGARCH_FPU in getHostCPUFeatures() local 2179 Features["f"] = HasFPU && (cpucfg2 & (1U << 1)); // CPUCFG.2.FP_SP in getHostCPUFeatures() 2180 Features["d"] = HasFPU && (cpucfg2 & (1U << 2)); // CPUCFG.2.FP_DP in getHostCPUFeatures()
|