Searched refs:PLBZ (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 5 PCREL_OPT(LBZ, PLBZ, OPC_AND_RST);
|
| H A D | PPC64.cpp | 118 PLBZ = PREFIX_MLS, enumerator
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrP10.td | 686 defm PLBZ : 2323 def : Pat<(i32 (extloadi1 PDForm:$src)), (PLBZ memri34:$src)>; 2324 def : Pat<(i32 (zextloadi1 PDForm:$src)), (PLBZ memri34:$src)>; 2325 def : Pat<(i32 (extloadi8 PDForm:$src)), (PLBZ memri34:$src)>; 2326 def : Pat<(i32 (zextloadi8 PDForm:$src)), (PLBZ memri34:$src)>; 2357 def : Pat<(i32 (atomic_load_8 PDForm:$src)), (PLBZ memri34:$src)>;
|
| H A D | P10InstrResources.td | 1381 PLBZ, PLBZ8, PLBZ8pc, PLBZpc,
|
| H A D | PPCRegisterInfo.cpp | 143 ImmToIdxMap[PPC::PLBZ] = PPC::LBZX; ImmToIdxMap[PPC::PLBZ8] = PPC::LBZX8; in PPCRegisterInfo()
|