Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h133 bool IsPPC4xx; variable
289 bool isPPC4xx() const { return IsPPC4xx; } in isPPC4xx()
H A DPPCSubtarget.cpp113 IsPPC4xx = false; in initializeEnvironment()
H A DPPCInstrInfo.td1161 def IsPPC4xx : Predicate<"Subtarget->isPPC4xx()">;
4432 "dccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>;
4434 "iccci $A, $B", IIC_LdStLoad>, Requires<[IsPPC4xx]>;
4436 def : InstAlias<"dci 0", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>;
4437 def : InstAlias<"dccci", (DCCCI R0, R0)>, Requires<[IsPPC4xx]>;
4438 def : InstAlias<"ici 0", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>;
4439 def : InstAlias<"iccci", (ICCCI R0, R0)>, Requires<[IsPPC4xx]>;
4524 "tlbre $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>;
4527 "tlbwe $RS, $A, $WS", IIC_LdStLoad, []>, Requires<[IsPPC4xx]>;
4531 Requires<[IsPPC4xx]>;
[all …]
H A DPPC.td138 def FeaturePPC4xx : SubtargetFeature<"ppc4xx", "IsPPC4xx", "true",