Searched refs:STBX (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/lld/ELF/Arch/ |
| D | PPC64.cpp | 36 STBX = 215, enumerator 842 case STBX: in getPPCDFormOp()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCRegisterInfo.cpp | 104 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo() 150 ImmToIdxMap[PPC::PSTB] = PPC::STBX; ImmToIdxMap[PPC::PSTB8] = PPC::STBX8; in PPCRegisterInfo()
|
| D | P10InstrResources.td | 1859 STBX, STBX8, STBXTLS, STBXTLS_, STBXTLS_32,
|
| D | PPCFastISel.cpp | 703 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
|
| D | PPCInstrInfo.cpp | 4208 case PPC::STBX: in instrHasImmForm() 4241 case PPC::STBX: III.ImmOpcode = PPC::STB; break; in instrHasImmForm()
|
| D | PPCInstrInfo.td | 2053 def STBX : XForm_8_memOp<31, 215, (outs), (ins gprc:$rS, memrr:$dst), 4914 def : Pat<(atomic_store_8 XForm:$ptr, i32:$val), (STBX gprc:$val, memrr:$ptr)>;
|