Searched refs:LBZ (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPCInsns.def | 5 PCREL_OPT(LBZ, PLBZ, OPC_AND_RST);
|
H A D | PPC64.cpp | 51 LBZ = 34, enumerator 87 LBZ = 0x88000000, enumerator 863 return LBZ << 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)) 97 FUSION_OP_SET(LBZ, LBZ8, LBZX, LBZX8, LBZXTLS, LBZXTLS_,
|
H A D | PPCPreEmitPeephole.cpp | 61 case PPC::LBZ: in hasPCRelativeForm()
|
H A D | PPCFastISel.cpp | 476 Opc = Is32BitInt ? PPC::LBZ : PPC::LBZ8; in PPCEmitLoad() 553 case PPC::LBZ: Opc = PPC::LBZX; break; in PPCEmitLoad()
|
H A D | P10InstrResources.td | 1239 LBZ, LBZ8,
|
H A D | PPCMIPeephole.cpp | 270 if (Opcode == PPC::LBZ || Opcode == PPC::LBZX || in getKnownLeadingZeroCount()
|
H A D | P9InstrResources.td | 744 (instregex "LBZ(CIX|8|X|X8|XTLS|XTLS_32)?(_)?$"),
|
H A D | PPCRegisterInfo.cpp | 104 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
|
H A D | PPCInstrInfo.td | 1947 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 D | PPCAsmPrinter.cpp | 1642 case PPC::LBZ: in emitInstruction()
|
H A D | PPCInstrInfo.cpp | 4173 case PPC::LBZX: III.ImmOpcode = PPC::LBZ; break; in instrHasImmForm()
|
H A D | PPCISelDAGToDAG.cpp | 7719 case PPC::LBZ: in PeepholePPC64()
|