Home | History | Annotate | Download | only in ia32

Lines Matching refs:orps

971   void orps(XMMRegister dst, const Operand& src);
972 void orps(XMMRegister dst, XMMRegister src) { orps(dst, Operand(src)); }