Searched refs:IsBookE (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 130 bool IsBookE; variable 287 bool isBookE() const { return IsBookE; } in isBookE()
|
| H A D | PPCSubtarget.cpp | 111 IsBookE = false; in initializeEnvironment()
|
| H A D | PPCInstrInfo.td | 1157 def IsBookE : Predicate<"Subtarget->isBookE()">; 4401 "mbar $MO", IIC_LdStLoad>, Requires<[IsBookE]>; 4419 "wrtee $RS", IIC_SprMTMSR>, Requires<[IsBookE]> { 4424 Requires<[IsBookE]> { 4512 IIC_LdStLoad>, Requires<[IsBookE]>; 4515 IIC_LdStLoad>, Requires<[IsBookE]>; 4518 "tlbre", IIC_LdStLoad, []>, Requires<[IsBookE]>; 4521 "tlbwe", IIC_LdStLoad, []>, Requires<[IsBookE]>; 4540 Requires<[IsBookE]>; 4542 Requires<[IsBookE]>; [all …]
|
| H A D | PPC.td | 128 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCInstPrinter.cpp | 170 bool IsBookE = STI.getFeatureBits()[PPC::FeatureBookE]; in printInst() local 171 if (IsBookE && TH != 0 && TH != 16) in printInst() 178 if (!IsBookE && TH != 0 && TH != 16) in printInst()
|