Home | History | Annotate | Download | only in ia32

Lines Matching defs:and_

778 void Assembler::and_(Register dst, int32_t imm32) {
779 and_(dst, Immediate(imm32));
783 void Assembler::and_(Register dst, const Immediate& x) {
789 void Assembler::and_(Register dst, const Operand& src) {
796 void Assembler::and_(const Operand& dst, const Immediate& x) {
802 void Assembler::and_(const Operand& dst, Register src) {