Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h111 bool IsPPC4xx; variable
237 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
DPPCSubtarget.cpp91 IsPPC4xx = false; in initializeEnvironment()
DPPCInstrInfo.td721 def IsPPC4xx : Predicate<"PPCSubTarget->isPPC4xx()">;
3328 "dccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>;
3330 "iccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>;
3332 def : InstAlias<"dci 0", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>;
3333 def : InstAlias<"dccci", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>;
3334 def : InstAlias<"ici 0", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>;
3335 def : InstAlias<"iccci", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>;
3406 "tlbre $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>;
3409 "tlbwe $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>;
3413 Requires<[IsPPC4xx]>;
[all …]
DPPC.td107 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",