Searched refs:IsBookE (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCInstPrinter.cpp | 173 bool IsBookE = STI.getFeatureBits()[PPC::FeatureBookE]; in printInst() local 174 if (IsBookE && TH != 0 && TH != 16) in printInst() 181 if (!IsBookE && TH != 0 && TH != 16) in printInst()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.td | 702 def IsBookE : Predicate<"Subtarget->isBookE()">; 4091 "mbar $MO", IIC_LdStLoad>, Requires<[IsBookE]>; 4109 "wrtee $RS", IIC_SprMTMSR>, Requires<[IsBookE]> { 4114 Requires<[IsBookE]> { 4205 IIC_LdStLoad>, Requires<[IsBookE]>; 4208 IIC_LdStLoad>, Requires<[IsBookE]>; 4211 "tlbre", IIC_LdStLoad, []>, Requires<[IsBookE]>; 4214 "tlbwe", IIC_LdStLoad, []>, Requires<[IsBookE]>; 4233 Requires<[IsBookE]>; 4235 Requires<[IsBookE]>; [all …]
|
| D | PPCScheduleP10.td | 39 let UnsupportedFeatures = [HasSPE, IsE500, IsBookE, IsISAFuture];
|
| D | PPC.td | 136 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|