Home
last modified time | relevance | path

Searched refs:IsBookE (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h130 bool IsBookE; variable
300 bool isBookE() const { return IsBookE; } in isBookE()
H A DPPCSubtarget.cpp112 IsBookE = false; in initializeEnvironment()
H A DPPCInstrInfo.td678 def IsBookE : Predicate<"Subtarget->isBookE()">;
4055 Requires<[IsBookE]> {
4146 IIC_LdStLoad>, Requires<[IsBookE]>;
4149 IIC_LdStLoad>, Requires<[IsBookE]>;
4174 Requires<[IsBookE]>;
4176 Requires<[IsBookE]>;
4309 def : InstAlias<"mbar", (MBAR 0)>, Requires<[IsBookE]>;
4417 Requires<[IsBookE]>;
4419 Requires<[IsBookE]>;
4421 Requires<[IsBookE]>;
[all …]
H A DPPCScheduleP10.td39 let UnsupportedFeatures = [HasSPE, IsE500, IsBookE, IsISAFuture];
H A DPPC.td128 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp173 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()