Home | History | Annotate | Download | only in ia32

Lines Matching refs:and_

748   void and_(Register dst, int32_t imm32);
749 void and_(Register dst, const Immediate& x);
750 void and_(Register dst, Register src) { and_(dst, Operand(src)); }
751 void and_(Register dst, const Operand& src);
752 void and_(const Operand& dst, Register src);
753 void and_(const Operand& dst, const Immediate& x);