Home | History | Annotate | Download | only in ia32

Lines Matching refs:subps

945   void subps(XMMRegister dst, const Operand& src);
946 void subps(XMMRegister dst, XMMRegister src) { subps(dst, Operand(src)); }