Home | History | Annotate | Download | only in PowerPC

Lines Matching full:stwx

1783 def STWX  : XForm_8<31, 151, (outs), (ins gprc:$rS, memrr:$dst),
1784 "stwx $rS, $dst", IIC_LdStStore,
4127 def : Pat<(atomic_store_32 xaddr:$ptr, i32:$val), (STWX gprc:$val, memrr:$ptr)>;