Lines Matching refs:RawFrmDst
1315 def STOSB : I<0xAA, RawFrmDst, (outs), (ins dstidx8:$dst),
1318 def STOSW : I<0xAB, RawFrmDst, (outs), (ins dstidx16:$dst),
1321 def STOSL : I<0xAB, RawFrmDst, (outs), (ins dstidx32:$dst),
1324 def STOSQ : RI<0xAB, RawFrmDst, (outs), (ins dstidx64:$dst),
1329 def SCASB : I<0xAE, RawFrmDst, (outs), (ins dstidx8:$dst),
1332 def SCASW : I<0xAF, RawFrmDst, (outs), (ins dstidx16:$dst),
1335 def SCASL : I<0xAF, RawFrmDst, (outs), (ins dstidx32:$dst),
1338 def SCASQ : RI<0xAF, RawFrmDst, (outs), (ins dstidx64:$dst),
2001 def INSB : I<0x6C, RawFrmDst, (outs), (ins dstidx8:$dst),
2003 def INSW : I<0x6D, RawFrmDst, (outs), (ins dstidx16:$dst),
2005 def INSL : I<0x6D, RawFrmDst, (outs), (ins dstidx32:$dst),