Searched refs:IsBookE (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 118 bool IsBookE; variable 253 bool isBookE() const { return IsBookE; } in isBookE()
|
D | PPCSubtarget.cpp | 91 IsBookE = false; in initializeEnvironment()
|
D | PPCInstrInfo.td | 781 def IsBookE : Predicate<"PPCSubTarget->isBookE()">; 3544 "mbar $MO", IIC_LdStLoad>, Requires<[IsBookE]>; 3562 "wrtee $RS", IIC_SprMTMSR>, Requires<[IsBookE]> { 3567 Requires<[IsBookE]> { 3641 IIC_LdStLoad>, Requires<[IsBookE]>; 3644 IIC_LdStLoad>, Requires<[IsBookE]>; 3647 "tlbre", IIC_LdStLoad, []>, Requires<[IsBookE]>; 3650 "tlbwe", IIC_LdStLoad, []>, Requires<[IsBookE]>; 3669 Requires<[IsBookE]>; 3671 Requires<[IsBookE]>; [all …]
|
D | PPC.td | 102 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 120 bool IsBookE; variable 258 bool isBookE() const { return IsBookE; } in isBookE()
|
D | PPCSubtarget.cpp | 92 IsBookE = false; in initializeEnvironment()
|
D | PPCInstrInfo.td | 895 def IsBookE : Predicate<"PPCSubTarget->isBookE()">; 3984 "mbar $MO", IIC_LdStLoad>, Requires<[IsBookE]>; 4002 "wrtee $RS", IIC_SprMTMSR>, Requires<[IsBookE]> { 4007 Requires<[IsBookE]> { 4086 IIC_LdStLoad>, Requires<[IsBookE]>; 4089 IIC_LdStLoad>, Requires<[IsBookE]>; 4092 "tlbre", IIC_LdStLoad, []>, Requires<[IsBookE]>; 4095 "tlbwe", IIC_LdStLoad, []>, Requires<[IsBookE]>; 4114 Requires<[IsBookE]>; 4116 Requires<[IsBookE]>; [all …]
|
D | PPC.td | 119 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 137 bool IsBookE = STI.getFeatureBits()[PPC::FeatureBookE]; in printInst() local 138 if (IsBookE && TH != 0 && TH != 16) in printInst() 145 if (!IsBookE && TH != 0 && TH != 16) in printInst()
|