Searched refs:IsBookE (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 108 bool IsBookE; variable 235 bool isBookE() const { return IsBookE; } in isBookE()
|
D | PPCSubtarget.cpp | 89 IsBookE = false; in initializeEnvironment()
|
D | PPCInstrInfo.td | 717 def IsBookE : Predicate<"PPCSubTarget->isBookE()">; 3297 "mbar $MO", IIC_LdStLoad>, Requires<[IsBookE]>; 3315 "wrtee $RS", IIC_SprMTMSR>, Requires<[IsBookE]> { 3320 Requires<[IsBookE]> { 3394 IIC_LdStLoad>, Requires<[IsBookE]>; 3397 IIC_LdStLoad>, Requires<[IsBookE]>; 3400 "tlbre", IIC_LdStLoad, []>, Requires<[IsBookE]>; 3403 "tlbwe", IIC_LdStLoad, []>, Requires<[IsBookE]>; 3422 Requires<[IsBookE]>; 3424 Requires<[IsBookE]>; [all …]
|
D | PPC.td | 99 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|