Home | History | Annotate | Download | only in ia32

Lines Matching full:mulps

935   void mulps(XMMRegister dst, const Operand& src);
936 void mulps(XMMRegister dst, XMMRegister src) { mulps(dst, Operand(src)); }