Searched refs:IsBookE (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCInstPrinter.cpp | 173 bool IsBookE = STI.hasFeature(PPC::FeatureBookE); in printInst() local 174 if (IsBookE && TH != 0 && TH != 16) in printInst() 181 if (!IsBookE && TH != 0 && TH != 16) in printInst()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 701 def IsBookE : Predicate<"Subtarget->isBookE()">; 4241 "mbar $MO", IIC_LdStLoad>, Requires<[IsBookE]>; 4259 "wrtee $RS", IIC_SprMTMSR>, Requires<[IsBookE]> { 4264 Requires<[IsBookE]> { 4355 IIC_LdStLoad>, Requires<[IsBookE]>; 4358 IIC_LdStLoad>, Requires<[IsBookE]>; 4361 "tlbilx $T, $RA, $RB", IIC_LdStLoad>, Requires<[IsBookE]>; 4364 "tlbre", IIC_LdStLoad, []>, Requires<[IsBookE]>; 4367 "tlbwe", IIC_LdStLoad, []>, Requires<[IsBookE]>; 4386 Requires<[IsBookE]>; [all …]
|
| H A D | PPCScheduleP10.td | 33 let UnsupportedFeatures = [HasSPE, IsE500, IsBookE, IsISAFuture, HasHTM];
|
| H A D | PPCScheduleP9.td | 45 PairedVectorMemops, IsBookE,
|
| H A D | PPC.td | 137 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|