Home | History | Annotate | Download | only in ia32

Lines Matching refs:subps

976   void subps(XMMRegister dst, const Operand& src);
977 void subps(XMMRegister dst, XMMRegister src) { subps(dst, Operand(src)); }