Home | History | Annotate | Download | only in x87

Lines Matching defs:and_

649 void Assembler::and_(Register dst, int32_t imm32) {
650 and_(dst, Immediate(imm32));
654 void Assembler::and_(Register dst, const Immediate& x) {
660 void Assembler::and_(Register dst, const Operand& src) {
667 void Assembler::and_(const Operand& dst, const Immediate& x) {
673 void Assembler::and_(const Operand& dst, Register src) {