Home | History | Annotate | Download | only in ia32

Lines Matching refs:orps

1022   void orps(XMMRegister dst, const Operand& src);
1023 void orps(XMMRegister dst, XMMRegister src) { orps(dst, Operand(src)); }