Home
last modified time | relevance | path

Searched refs:PLBZ (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPCInsns.def5 PCREL_OPT(LBZ, PLBZ, OPC_AND_RST);
H A DPPC64.cpp116 PLBZ = PREFIX_MLS, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td696 defm PLBZ :
2329 def : Pat<(i32 (extloadi1 PDForm:$src)), (PLBZ memri34:$src)>;
2330 def : Pat<(i32 (zextloadi1 PDForm:$src)), (PLBZ memri34:$src)>;
2331 def : Pat<(i32 (extloadi8 PDForm:$src)), (PLBZ memri34:$src)>;
2332 def : Pat<(i32 (zextloadi8 PDForm:$src)), (PLBZ memri34:$src)>;
2363 def : Pat<(i32 (atomic_load_azext_8 PDForm:$src)), (PLBZ memri34:$src)>;
H A DP10InstrResources.td1383 PLBZ, PLBZ8, PLBZ8pc, PLBZpc,
H A DPPCRegisterInfo.cpp141 ImmToIdxMap[PPC::PLBZ] = PPC::LBZX; ImmToIdxMap[PPC::PLBZ8] = PPC::LBZX8; in PPCRegisterInfo()