Lines Matching refs:RawFrmDst
1544 def STOSB : I<0xAA, RawFrmDst, (outs), (ins dstidx8:$dst),
1547 def STOSW : I<0xAB, RawFrmDst, (outs), (ins dstidx16:$dst),
1550 def STOSL : I<0xAB, RawFrmDst, (outs), (ins dstidx32:$dst),
1553 def STOSQ : RI<0xAB, RawFrmDst, (outs), (ins dstidx64:$dst),
1558 def SCASB : I<0xAE, RawFrmDst, (outs), (ins dstidx8:$dst),
1561 def SCASW : I<0xAF, RawFrmDst, (outs), (ins dstidx16:$dst),
1564 def SCASL : I<0xAF, RawFrmDst, (outs), (ins dstidx32:$dst),
1567 def SCASQ : RI<0xAF, RawFrmDst, (outs), (ins dstidx64:$dst),
2280 def INSB : I<0x6C, RawFrmDst, (outs), (ins dstidx8:$dst),
2282 def INSW : I<0x6D, RawFrmDst, (outs), (ins dstidx16:$dst),
2284 def INSL : I<0x6D, RawFrmDst, (outs), (ins dstidx32:$dst),