Home
last modified time | relevance | path

Searched refs:IsPPC6xx (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h134 bool IsPPC6xx; variable
290 bool isPPC6xx() const { return IsPPC6xx; } in isPPC6xx()
H A DPPCSubtarget.cpp114 IsPPC6xx = false; in initializeEnvironment()
H A DPPCInstrInfo.td1162 def IsPPC6xx : Predicate<"Subtarget->isPPC6xx()">;
4504 "tlbld $RB", IIC_LdStLoad, []>, Requires<[IsPPC6xx]>;
4506 "tlbli $RB", IIC_LdStLoad, []>, Requires<[IsPPC6xx]>;
4812 Requires<[IsPPC6xx]>;
4815 Requires<[IsPPC6xx]>;
4818 Requires<[IsPPC6xx]>;
4821 Requires<[IsPPC6xx]>;
4824 Requires<[IsPPC6xx]>;
4827 Requires<[IsPPC6xx]>;
4830 Requires<[IsPPC6xx]>;
[all …]
H A DPPC.td140 def FeaturePPC6xx : SubtargetFeature<"ppc6xx", "IsPPC6xx", "true",