Lines Matching defs:dst
366 void Assembler::pop(Register dst) { in pop()
373 void Assembler::pop(const Operand& dst) { in pop()
394 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
402 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
410 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
418 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
426 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
434 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w()
444 void Assembler::mov(Register dst, int32_t imm32) { in mov()
451 void Assembler::mov(Register dst, const Immediate& x) { in mov()
458 void Assembler::mov(Register dst, Handle<Object> handle) { in mov()
465 void Assembler::mov(Register dst, const Operand& src) { in mov()
472 void Assembler::mov(Register dst, Register src) { in mov()
479 void Assembler::mov(const Operand& dst, const Immediate& x) { in mov()
487 void Assembler::mov(const Operand& dst, Handle<Object> handle) { in mov()
495 void Assembler::mov(const Operand& dst, Register src) { in mov()
502 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b()
510 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w()
518 void Assembler::movzx_b(Register dst, const Operand& src) { in movzx_b()
526 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w()
560 void Assembler::xchg(Register dst, Register src) { in xchg()
571 void Assembler::xchg(Register dst, const Operand& src) { in xchg()
578 void Assembler::adc(Register dst, int32_t imm32) { in adc()
584 void Assembler::adc(Register dst, const Operand& src) { in adc()
591 void Assembler::add(Register dst, const Operand& src) { in add()
598 void Assembler::add(const Operand& dst, Register src) { in add()
605 void Assembler::add(const Operand& dst, const Immediate& x) { in add()
612 void Assembler::and_(Register dst, int32_t imm32) { in and_()
617 void Assembler::and_(Register dst, const Immediate& x) { in and_()
623 void Assembler::and_(Register dst, const Operand& src) { in and_()
630 void Assembler::and_(const Operand& dst, const Immediate& x) { in and_()
636 void Assembler::and_(const Operand& dst, Register src) { in and_()
727 void Assembler::dec_b(Register dst) { in dec_b()
735 void Assembler::dec_b(const Operand& dst) { in dec_b()
742 void Assembler::dec(Register dst) { in dec()
748 void Assembler::dec(const Operand& dst) { in dec()
782 void Assembler::imul(Register dst, const Operand& src) { in imul()
790 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul()
795 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { in imul()
809 void Assembler::inc(Register dst) { in inc()
815 void Assembler::inc(const Operand& dst) { in inc()
822 void Assembler::lea(Register dst, const Operand& src) { in lea()
836 void Assembler::neg(Register dst) { in neg()
843 void Assembler::neg(const Operand& dst) { in neg()
850 void Assembler::not_(Register dst) { in not_()
857 void Assembler::not_(const Operand& dst) { in not_()
864 void Assembler::or_(Register dst, int32_t imm32) { in or_()
870 void Assembler::or_(Register dst, const Operand& src) { in or_()
877 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_()
883 void Assembler::or_(const Operand& dst, Register src) { in or_()
890 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
904 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
918 void Assembler::ror(Register dst, uint8_t imm8) { in ror()
932 void Assembler::ror_cl(Register dst) { in ror_cl()
939 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar()
953 void Assembler::sar_cl(const Operand& dst) { in sar_cl()
960 void Assembler::sbb(Register dst, const Operand& src) { in sbb()
967 void Assembler::shld(Register dst, const Operand& src) { in shld()
975 void Assembler::shl(const Operand& dst, uint8_t imm8) { in shl()
989 void Assembler::shl_cl(const Operand& dst) { in shl_cl()
996 void Assembler::shrd(Register dst, const Operand& src) { in shrd()
1004 void Assembler::shr(const Operand& dst, uint8_t imm8) { in shr()
1018 void Assembler::shr_cl(const Operand& dst) { in shr_cl()
1025 void Assembler::sub(const Operand& dst, const Immediate& x) { in sub()
1031 void Assembler::sub(Register dst, const Operand& src) { in sub()
1038 void Assembler::sub(const Operand& dst, Register src) { in sub()
1123 void Assembler::xor_(Register dst, int32_t imm32) { in xor_()
1129 void Assembler::xor_(Register dst, const Operand& src) { in xor_()
1136 void Assembler::xor_(const Operand& dst, Register src) { in xor_()
1143 void Assembler::xor_(const Operand& dst, const Immediate& x) { in xor_()
1149 void Assembler::bt(const Operand& dst, Register src) { in bt()
1157 void Assembler::bts(const Operand& dst, Register src) { in bts()
1165 void Assembler::bsr(Register dst, const Operand& src) { in bsr()
1982 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { in emit_arith_b()
1992 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith()