Searched refs:STBX (Results 1 – 7 of 7) sorted by relevance
218 STBX = 215 << 1, // store byte w/ x-form enumerator
786 case STBX: { in DecodeExt2()
1216 emit(EXT2 | STBX | rs.code() * B21 | ra.code() * B16 | rb.code() * B11 | in stbx()
2525 case STBX: { in ExecuteExt2_9bit_part2()
66 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
691 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
1775 def STBX : XForm_8<31, 215, (outs), (ins gprc:$rS, memrr:$dst),4125 def : Pat<(atomic_store_8 xaddr:$ptr, i32:$val), (STBX gprc:$val, memrr:$ptr)>;