Searched refs:IsPPC4xx (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 112 bool IsPPC4xx; variable 242 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
|
D | PPCInstrInfo.td | 739 def IsPPC4xx : Predicate<"PPCSubTarget->isPPC4xx()">; 3486 "dccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 3488 "iccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 3490 def : InstAlias<"dci 0", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 3491 def : InstAlias<"dccci", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 3492 def : InstAlias<"ici 0", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 3493 def : InstAlias<"iccci", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 3564 "tlbre $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 3567 "tlbwe $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 3571 Requires<[IsPPC4xx]>; [all …]
|
D | PPCSubtarget.cpp | 92 IsPPC4xx = false; in initializeEnvironment()
|
D | PPC.td | 109 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",
|