Searched refs:STWX (Results 1 – 7 of 7) sorted by relevance
203 STWX = 151 << 1, // store word w/ x-form enumerator
778 case STWX: { in DecodeExt2()
1270 emit(EXT2 | STWX | rs.code() * B21 | ra.code() * B16 | rb.code() * B11 | in stwx()
2510 case STWX: { in ExecuteExt2_9bit_part2()
70 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
693 case PPC::STW : Opc = PPC::STWX; break; in PPCEmitStore()
1783 def STWX : XForm_8<31, 151, (outs), (ins gprc:$rS, memrr:$dst),4127 def : Pat<(atomic_store_32 xaddr:$ptr, i32:$val), (STWX gprc:$val, memrr:$ptr)>;