Home | History | Annotate | Download | only in ia32

Lines Matching refs:andps

902   void andps(XMMRegister dst, const Operand& src);
903 void andps(XMMRegister dst, XMMRegister src) { andps(dst, Operand(src)); }