Home | History | Annotate | Download | only in ia32

Lines Matching refs:xorps

926   void xorps(XMMRegister dst, const Operand& src);
927 void xorps(XMMRegister dst, XMMRegister src) { xorps(dst, Operand(src)); }