Home | History | Annotate | Download | only in X86

Lines Matching full:stosw

1247 def STOSW : I<0xAB, RawFrmDst, (outs dstidx16:$dst), (ins),
1248 "stosw\t{%ax, $dst|$dst, ax}", [], IIC_STOS>, OpSize16;
2764 def : InstAlias<"stosw $dst", (STOSW dstidx16:$dst), 0>;
2768 def : InstAlias<"stos {%ax, $dst|$dst, ax}", (STOSW dstidx16:$dst), 0>;