Searched refs:IsBookE (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCSubtarget.h | 108 bool IsBookE; variable 235 bool isBookE() const { return IsBookE; } in isBookE()
|
| HD | PPCSubtarget.cpp | 89 IsBookE = false; in initializeEnvironment()
|
| HD | PPCInstrInfo.td | 733 def IsBookE : Predicate<"PPCSubTarget->isBookE()">; 3451 "mbar $MO", IIC_LdStLoad>, Requires<[IsBookE]>; 3469 "wrtee $RS", IIC_SprMTMSR>, Requires<[IsBookE]> { 3474 Requires<[IsBookE]> { 3548 IIC_LdStLoad>, Requires<[IsBookE]>; 3551 IIC_LdStLoad>, Requires<[IsBookE]>; 3554 "tlbre", IIC_LdStLoad, []>, Requires<[IsBookE]>; 3557 "tlbwe", IIC_LdStLoad, []>, Requires<[IsBookE]>; 3576 Requires<[IsBookE]>; 3578 Requires<[IsBookE]>; [all …]
|
| HD | PPC.td | 99 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/InstPrinter/ |
| HD | PPCInstPrinter.cpp | 124 bool IsBookE = STI.getFeatureBits()[PPC::FeatureBookE]; in printInst() local 125 if (IsBookE && TH != 0 && TH != 16) in printInst() 132 if (!IsBookE && TH != 0 && TH != 16) in printInst()
|