Home | History | Annotate | Download | only in ia32

Lines Matching refs:xorps

1020   void xorps(XMMRegister dst, const Operand& src);
1021 void xorps(XMMRegister dst, XMMRegister src) { xorps(dst, Operand(src)); }