Lines Matching full:andps
1018 void andps(XMMRegister dst, const Operand& src);1019 void andps(XMMRegister dst, XMMRegister src) { andps(dst, Operand(src)); }