Home | History | Annotate | Download | only in PowerPC

Lines Matching full:sthx

1779 def STHX  : XForm_8<31, 407, (outs), (ins gprc:$rS, memrr:$dst),
1780 "sthx $rS, $dst", IIC_LdStStore,
4126 def : Pat<(atomic_store_16 xaddr:$ptr, i32:$val), (STHX gprc:$val, memrr:$ptr)>;