Searched refs:LWZX (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMacroFusion.def | 99 LHZXTLS_, LHZXTLS_32, LWZ, LWZ8, LWZX, LWZX8,
|
| H A D | PPCMIPeephole.cpp | 991 if (SrcOpcode == PPC::LWZ || SrcOpcode == PPC::LWZX) { in simplifyCode() 1017 bool SourceIsXForm = SrcOpcode == PPC::LWZX; in simplifyCode()
|
| H A D | PPCRegisterInfo.cpp | 104 ImmToIdxMap[PPC::LWZ] = PPC::LWZX; ImmToIdxMap[PPC::LWA] = PPC::LWAX; in PPCRegisterInfo() 144 ImmToIdxMap[PPC::PLWZ] = PPC::LWZX; ImmToIdxMap[PPC::PLWZ8] = PPC::LWZX8; in PPCRegisterInfo()
|
| H A D | P10InstrResources.td | 1281 LWZX, LWZX8, LWZXTLS, LWZXTLS_, LWZXTLS_32,
|
| H A D | PPCFastISel.cpp | 547 case PPC::LWZ: Opc = PPC::LWZX; break; in PPCEmitLoad()
|
| H A D | PPCInstrInfo.cpp | 4180 case PPC::LWZX: in instrHasImmForm() 4210 case PPC::LWZX: III.ImmOpcode = PPC::LWZ; break; in instrHasImmForm()
|
| H A D | PPCInstrInfo.td | 2091 def LWZX : XForm_1_memOp<31, 23, (outs gprc:$RST), (ins (memrr $RA, $RB):$addr), 5093 def : Pat<(i32 (atomic_load_nonext_32 XForm:$src)), (LWZX memrr:$src)>;
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 33 LWZX = 23, enumerator 866 case LWZX: in getPPCDFormOp()
|