Home
last modified time | relevance | path

Searched refs:LBZ (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPCInsns.def5 PCREL_OPT(LBZ, PLBZ, OPC_AND_RST);
H A DPPC64.cpp49 LBZ = 34, enumerator
85 LBZ = 0x88000000, enumerator
863 return LBZ << 26; in getPPCDFormOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.def42 FUSION_OP_SET(LD, LBZ, LBZ8, LHZ, LHZ8, LWZ, LWZ8))
97 FUSION_OP_SET(LBZ, LBZ8, LBZX, LBZX8, LBZXTLS, LBZXTLS_,
H A DPPCPreEmitPeephole.cpp60 case PPC::LBZ: in hasPCRelativeForm()
H A DPPCFastISel.cpp464 Opc = Is32BitInt ? PPC::LBZ : PPC::LBZ8; in PPCEmitLoad()
541 case PPC::LBZ: Opc = PPC::LBZX; break; in PPCEmitLoad()
H A DPPCMIPeephole.cpp266 if (Opcode == PPC::LBZ || Opcode == PPC::LBZX || in getKnownLeadingZeroCount()
H A DP10InstrResources.td1241 LBZ, LBZ8,
H A DPPCRegisterInfo.cpp102 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
H A DP9InstrResources.td745 (instregex "LBZ(CIX|8|X|X8|XTLS|XTLS_32)?(_)?$"),
H A DPPCInstrInfo.td1975 def LBZ : DForm_1<34, (outs gprc:$RST), (ins (memri $D, $RA):$addr),
3403 (LBZ DForm:$src)>;
3407 (LBZ DForm:$src)>;
3411 (LBZ DForm:$src)>;
5088 def : Pat<(i32 (atomic_load_azext_8 DForm:$src)), (LBZ memri:$src)>;
H A DPPCAsmPrinter.cpp1621 case PPC::LBZ: in emitInstruction()
H A DPPCInstrInfo.cpp4204 case PPC::LBZX: III.ImmOpcode = PPC::LBZ; break; in instrHasImmForm()
H A DPPCISelDAGToDAG.cpp7732 case PPC::LBZ: in PeepholePPC64()