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 an2166 // alias for movsl. (as in rep; movsd)2167 def : InstAlias<"movsd", (MOVSD), 0>;