Searched refs:IsPPC4xx (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 121 bool IsPPC4xx; variable 255 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
|
D | PPCSubtarget.cpp | 93 IsPPC4xx = false; in initializeEnvironment()
|
D | PPCInstrInfo.td | 785 def IsPPC4xx : Predicate<"PPCSubTarget->isPPC4xx()">; 3575 "dccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 3577 "iccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 3579 def : InstAlias<"dci 0", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 3580 def : InstAlias<"dccci", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 3581 def : InstAlias<"ici 0", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 3582 def : InstAlias<"iccci", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 3653 "tlbre $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 3656 "tlbwe $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 3660 Requires<[IsPPC4xx]>; [all …]
|
D | PPC.td | 110 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 123 bool IsPPC4xx; variable 260 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
|
D | PPCSubtarget.cpp | 94 IsPPC4xx = false; in initializeEnvironment()
|
D | PPCInstrInfo.td | 899 def IsPPC4xx : Predicate<"PPCSubTarget->isPPC4xx()">; 4015 "dccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 4017 "iccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>; 4019 def : InstAlias<"dci 0", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 4020 def : InstAlias<"dccci", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>; 4021 def : InstAlias<"ici 0", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 4022 def : InstAlias<"iccci", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>; 4098 "tlbre $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 4101 "tlbwe $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>; 4105 Requires<[IsPPC4xx]>; [all …]
|
D | PPC.td | 129 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",
|