Searched refs:STHX (Results 1 – 7 of 7) sorted by relevance
232 STHX = 407 << 1, // store half-word w/ x-form enumerator
794 case STHX: { in DecodeExt2()
1240 emit(EXT2 | STHX | rs.code() * B21 | ra.code() * B16 | rb.code() * B11 | in sthx()
2540 case STHX: { in ExecuteExt2_9bit_part2()
70 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
692 case PPC::STH : Opc = PPC::STHX; break; in PPCEmitStore()
1779 def STHX : XForm_8<31, 407, (outs), (ins gprc:$rS, memrr:$dst),4126 def : Pat<(atomic_store_16 xaddr:$ptr, i32:$val), (STHX gprc:$val, memrr:$ptr)>;