Lines Matching refs:RawFrmDst
316 def STOSB : I<0xAA, RawFrmDst, (outs), (ins dstidx8:$dst),
319 def STOSW : I<0xAB, RawFrmDst, (outs), (ins dstidx16:$dst),
322 def STOSL : I<0xAB, RawFrmDst, (outs), (ins dstidx32:$dst),
325 def STOSQ : RI<0xAB, RawFrmDst, (outs), (ins dstidx64:$dst),
330 def SCASB : I<0xAE, RawFrmDst, (outs), (ins dstidx8:$dst),
333 def SCASW : I<0xAF, RawFrmDst, (outs), (ins dstidx16:$dst),
336 def SCASL : I<0xAF, RawFrmDst, (outs), (ins dstidx32:$dst),
339 def SCASQ : RI<0xAF, RawFrmDst, (outs), (ins dstidx64:$dst),
1012 def INSB : I<0x6C, RawFrmDst, (outs), (ins dstidx8:$dst),
1014 def INSW : I<0x6D, RawFrmDst, (outs), (ins dstidx16:$dst),
1016 def INSL : I<0x6D, RawFrmDst, (outs), (ins dstidx32:$dst),