Home | History | Annotate | Download | only in ia32

Lines Matching refs:andps

967   void andps(XMMRegister dst, const Operand& src);
968 void andps(XMMRegister dst, XMMRegister src) { andps(dst, Operand(src)); }