Lines Matching full:movss
1009 void movss(XMMRegister dst, const Operand& src);1010 void movss(const Operand& dst, XMMRegister src);1011 void movss(XMMRegister dst, XMMRegister src) { movss(dst, Operand(src)); }