Searched refs:LHZ (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPCInsns.def | 6 PCREL_OPT(LHZ, PLHZ, OPC_AND_RST);
|
H A D | PPC64.cpp | 53 LHZ = 40, enumerator 88 LHZ = 0xa0000000, enumerator 865 return LHZ << 26; in getPPCDFormOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.def | 42 FUSION_OP_SET(LD, LBZ, LBZ8, LHZ, LHZ8, LWZ, LWZ8)) 98 LBZXTLS_32, LHZ, LHZ8, LHZX, LHZX8, LHZXTLS,
|
H A D | PPCPreEmitPeephole.cpp | 65 case PPC::LHZ: in hasPCRelativeForm()
|
H A D | PPCMIPeephole.cpp | 264 if (Opcode == PPC::LHZ || Opcode == PPC::LHZX || in getKnownLeadingZeroCount() 945 if (SrcOpcode == PPC::LHZ || SrcOpcode == PPC::LHZX) { in simplifyCode()
|
H A D | PPCFastISel.cpp | 479 Opc = (IsZExt ? (Is32BitInt ? PPC::LHZ : PPC::LHZ8) in PPCEmitLoad() 555 case PPC::LHZ: Opc = PPC::LHZX; break; in PPCEmitLoad()
|
H A D | P10InstrResources.td | 1243 LHZ, LHZ8,
|
H A D | P9InstrResources.td | 747 (instregex "LHZ(8|CIX|X|X8|XTLS|XTLS_32)?(_)?$"),
|
H A D | PPCRegisterInfo.cpp | 105 ImmToIdxMap[PPC::LHZ] = PPC::LHZX; ImmToIdxMap[PPC::LHA] = PPC::LHAX; in PPCRegisterInfo()
|
H A D | PPCAsmPrinter.cpp | 1646 case PPC::LHZ: in emitInstruction()
|
H A D | PPCInstrInfo.td | 1955 def LHZ : DForm_1<40, (outs gprc:$RST), (ins (memri $D, $RA):$addr), 3386 (LHZ DForm:$src)>; 5049 def : Pat<(i32 (atomic_load_16 DForm:$src)), (LHZ memri:$src)>;
|
H A D | PPCInstrInfo.cpp | 4175 case PPC::LHZX: III.ImmOpcode = PPC::LHZ; break; in instrHasImmForm()
|
H A D | PPCISelDAGToDAG.cpp | 7725 case PPC::LHZ: in PeepholePPC64()
|