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.cpp51 LBZ = 34, enumerator
87 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.cpp61 case PPC::LBZ: in hasPCRelativeForm()
H A DPPCFastISel.cpp476 Opc = Is32BitInt ? PPC::LBZ : PPC::LBZ8; in PPCEmitLoad()
553 case PPC::LBZ: Opc = PPC::LBZX; break; in PPCEmitLoad()
H A DP10InstrResources.td1239 LBZ, LBZ8,
H A DPPCMIPeephole.cpp270 if (Opcode == PPC::LBZ || Opcode == PPC::LBZX || in getKnownLeadingZeroCount()
H A DP9InstrResources.td744 (instregex "LBZ(CIX|8|X|X8|XTLS|XTLS_32)?(_)?$"),
H A DPPCRegisterInfo.cpp104 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
H A DPPCInstrInfo.td1947 def LBZ : DForm_1<34, (outs gprc:$RST), (ins (memri $D, $RA):$addr),
3374 (LBZ DForm:$src)>;
3378 (LBZ DForm:$src)>;
3382 (LBZ DForm:$src)>;
5048 def : Pat<(i32 (atomic_load_8 DForm:$src)), (LBZ memri:$src)>;
H A DPPCAsmPrinter.cpp1642 case PPC::LBZ: in emitInstruction()
H A DPPCInstrInfo.cpp4173 case PPC::LBZX: III.ImmOpcode = PPC::LBZ; break; in instrHasImmForm()
H A DPPCISelDAGToDAG.cpp7719 case PPC::LBZ: in PeepholePPC64()