Home | History | Annotate | Download | only in ia32

Lines Matching refs:subps

1027   void subps(XMMRegister dst, const Operand& src);
1028 void subps(XMMRegister dst, XMMRegister src) { subps(dst, Operand(src)); }