Home | History | Annotate | Download | only in X86

Lines Matching full:movsd

1001 def MOVSD : I<0xA5, RawFrm, (outs), (ins), "movs{l|d}", [], IIC_MOVS>;
2165 // movsd with no operands (as opposed to the SSE scalar move of a double) is an
2166 // alias for movsl. (as in rep; movsd)
2167 def : InstAlias<"movsd", (MOVSD), 0>;