Lines Matching defs:dst
341 void Assembler::pop(Register dst) { in pop()
348 void Assembler::pop(const Operand& dst) { in pop()
369 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
377 void Assembler::mov_b(const Operand& dst, const Immediate& src) { in mov_b()
385 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
393 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
401 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
409 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
417 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w()
427 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w()
437 void Assembler::mov(Register dst, int32_t imm32) { in mov()
444 void Assembler::mov(Register dst, const Immediate& x) { in mov()
451 void Assembler::mov(Register dst, Handle<Object> handle) { in mov()
458 void Assembler::mov(Register dst, const Operand& src) { in mov()
465 void Assembler::mov(Register dst, Register src) { in mov()
472 void Assembler::mov(const Operand& dst, const Immediate& x) { in mov()
480 void Assembler::mov(const Operand& dst, Handle<Object> handle) { in mov()
488 void Assembler::mov(const Operand& dst, Register src) { in mov()
495 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b()
503 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w()
511 void Assembler::movzx_b(Register dst, const Operand& src) { in movzx_b()
519 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w()
553 void Assembler::xchg(Register dst, Register src) { in xchg()
564 void Assembler::xchg(Register dst, const Operand& src) { in xchg()
588 void Assembler::cmpxchg(const Operand& dst, Register src) { in cmpxchg()
595 void Assembler::cmpxchg_b(const Operand& dst, Register src) { in cmpxchg_b()
602 void Assembler::cmpxchg_w(const Operand& dst, Register src) { in cmpxchg_w()
610 void Assembler::adc(Register dst, int32_t imm32) { in adc()
616 void Assembler::adc(Register dst, const Operand& src) { in adc()
623 void Assembler::add(Register dst, const Operand& src) { in add()
630 void Assembler::add(const Operand& dst, Register src) { in add()
637 void Assembler::add(const Operand& dst, const Immediate& x) { in add()
644 void Assembler::and_(Register dst, int32_t imm32) { in and_()
649 void Assembler::and_(Register dst, const Immediate& x) { in and_()
655 void Assembler::and_(Register dst, const Operand& src) { in and_()
662 void Assembler::and_(const Operand& dst, const Immediate& x) { in and_()
668 void Assembler::and_(const Operand& dst, Register src) { in and_()
777 void Assembler::dec_b(Register dst) { in dec_b()
785 void Assembler::dec_b(const Operand& dst) { in dec_b()
792 void Assembler::dec(Register dst) { in dec()
798 void Assembler::dec(const Operand& dst) { in dec()
832 void Assembler::imul(Register dst, const Operand& src) { in imul()
840 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul()
845 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { in imul()
859 void Assembler::inc(Register dst) { in inc()
865 void Assembler::inc(const Operand& dst) { in inc()
872 void Assembler::lea(Register dst, const Operand& src) { in lea()
886 void Assembler::neg(Register dst) { in neg()
893 void Assembler::neg(const Operand& dst) { in neg()
900 void Assembler::not_(Register dst) { in not_()
907 void Assembler::not_(const Operand& dst) { in not_()
914 void Assembler::or_(Register dst, int32_t imm32) { in or_()
920 void Assembler::or_(Register dst, const Operand& src) { in or_()
927 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_()
933 void Assembler::or_(const Operand& dst, Register src) { in or_()
940 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
954 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
968 void Assembler::ror(const Operand& dst, uint8_t imm8) { in ror()
982 void Assembler::ror_cl(const Operand& dst) { in ror_cl()
989 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar()
1003 void Assembler::sar_cl(const Operand& dst) { in sar_cl()
1009 void Assembler::sbb(Register dst, const Operand& src) { in sbb()
1015 void Assembler::shld(Register dst, Register src, uint8_t shift) { in shld()
1024 void Assembler::shld_cl(Register dst, Register src) { in shld_cl()
1032 void Assembler::shl(const Operand& dst, uint8_t imm8) { in shl()
1046 void Assembler::shl_cl(const Operand& dst) { in shl_cl()
1052 void Assembler::shr(const Operand& dst, uint8_t imm8) { in shr()
1066 void Assembler::shr_cl(const Operand& dst) { in shr_cl()
1072 void Assembler::shrd(Register dst, Register src, uint8_t shift) { in shrd()
1081 void Assembler::shrd_cl(const Operand& dst, Register src) { in shrd_cl()
1088 void Assembler::sub(const Operand& dst, const Immediate& x) { in sub()
1094 void Assembler::sub(Register dst, const Operand& src) { in sub()
1101 void Assembler::sub(const Operand& dst, Register src) { in sub()
1219 void Assembler::xor_(Register dst, int32_t imm32) { in xor_()
1225 void Assembler::xor_(Register dst, const Operand& src) { in xor_()
1232 void Assembler::xor_(const Operand& dst, Register src) { in xor_()
1239 void Assembler::xor_(const Operand& dst, const Immediate& x) { in xor_()
1245 void Assembler::bt(const Operand& dst, Register src) { in bt()
1253 void Assembler::bts(const Operand& dst, Register src) { in bts()
1261 void Assembler::bsr(Register dst, const Operand& src) { in bsr()
1269 void Assembler::bsf(Register dst, const Operand& src) { in bsf()
2097 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { in emit_arith_b()
2107 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith()