Lines Matching defs:dst
411 void Assembler::pop(Register dst) { in pop()
529 void Assembler::pop(const Operand& dst) { in pop()
553 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
561 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
570 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
578 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
587 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
596 void Assembler::mov(Register dst, int32_t imm32) { in mov()
604 void Assembler::mov(Register dst, const Immediate& x) { in mov()
612 void Assembler::mov(Register dst, Handle<Object> handle) { in mov()
620 void Assembler::mov(Register dst, const Operand& src) { in mov()
628 void Assembler::mov(Register dst, Register src) { in mov()
636 void Assembler::mov(const Operand& dst, const Immediate& x) { in mov()
645 void Assembler::mov(const Operand& dst, Handle<Object> handle) { in mov()
654 void Assembler::mov(const Operand& dst, Register src) { in mov()
662 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b()
671 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w()
680 void Assembler::movzx_b(Register dst, const Operand& src) { in movzx_b()
689 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w()
698 void Assembler::cmov(Condition cc, Register dst, int32_t imm32) { in cmov()
709 void Assembler::cmov(Condition cc, Register dst, Handle<Object> handle) { in cmov()
720 void Assembler::cmov(Condition cc, Register dst, const Operand& src) { in cmov()
731 void Assembler::xchg(Register dst, Register src) { in xchg()
743 void Assembler::adc(Register dst, int32_t imm32) { in adc()
750 void Assembler::adc(Register dst, const Operand& src) { in adc()
758 void Assembler::add(Register dst, const Operand& src) { in add()
766 void Assembler::add(const Operand& dst, const Immediate& x) { in add()
790 void Assembler::and_(Register dst, int32_t imm32) { in and_()
797 void Assembler::and_(Register dst, const Operand& src) { in and_()
805 void Assembler::and_(const Operand& dst, const Immediate& x) { in and_()
812 void Assembler::and_(const Operand& dst, Register src) { in and_()
886 void Assembler::dec_b(Register dst) { in dec_b()
894 void Assembler::dec(Register dst) { in dec()
901 void Assembler::dec(const Operand& dst) { in dec()
932 void Assembler::imul(Register dst, const Operand& src) { in imul()
941 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul()
956 void Assembler::inc(Register dst) { in inc()
963 void Assembler::inc(const Operand& dst) { in inc()
971 void Assembler::lea(Register dst, const Operand& src) { in lea()
987 void Assembler::neg(Register dst) { in neg()
995 void Assembler::not_(Register dst) { in not_()
1003 void Assembler::or_(Register dst, int32_t imm32) { in or_()
1010 void Assembler::or_(Register dst, const Operand& src) { in or_()
1018 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_()
1025 void Assembler::or_(const Operand& dst, Register src) { in or_()
1033 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
1048 void Assembler::sar(Register dst, uint8_t imm8) { in sar()
1063 void Assembler::sar(Register dst) { in sar()
1071 void Assembler::sbb(Register dst, const Operand& src) { in sbb()
1079 void Assembler::shld(Register dst, const Operand& src) { in shld()
1088 void Assembler::shl(Register dst, uint8_t imm8) { in shl()
1103 void Assembler::shl(Register dst) { in shl()
1111 void Assembler::shrd(Register dst, const Operand& src) { in shrd()
1120 void Assembler::shr(Register dst, uint8_t imm8) { in shr()
1130 void Assembler::shr(Register dst) { in shr()
1138 void Assembler::shr_cl(Register dst) { in shr_cl()
1146 void Assembler::sub(const Operand& dst, const Immediate& x) { in sub()
1153 void Assembler::sub(Register dst, const Operand& src) { in sub()
1161 void Assembler::sub(const Operand& dst, Register src) { in sub()
1213 void Assembler::xor_(Register dst, int32_t imm32) { in xor_()
1220 void Assembler::xor_(Register dst, const Operand& src) { in xor_()
1228 void Assembler::xor_(const Operand& src, Register dst) { in xor_()
1236 void Assembler::xor_(const Operand& dst, const Immediate& x) { in xor_()
1243 void Assembler::bt(const Operand& dst, Register src) { in bt()
1252 void Assembler::bts(const Operand& dst, Register src) { in bts()
1873 void Assembler::cvttss2si(Register dst, const Operand& src) { in cvttss2si()
1884 void Assembler::cvttsd2si(Register dst, const Operand& src) { in cvttsd2si()
1895 void Assembler::cvtsi2sd(XMMRegister dst, const Operand& src) { in cvtsi2sd()
1906 void Assembler::addsd(XMMRegister dst, XMMRegister src) { in addsd()
1917 void Assembler::mulsd(XMMRegister dst, XMMRegister src) { in mulsd()
1928 void Assembler::subsd(XMMRegister dst, XMMRegister src) { in subsd()
1939 void Assembler::divsd(XMMRegister dst, XMMRegister src) { in divsd()
1950 void Assembler::movdbl(XMMRegister dst, const Operand& src) { in movdbl()
1957 void Assembler::movdbl(const Operand& dst, XMMRegister src) { in movdbl()
1964 void Assembler::movsd(const Operand& dst, XMMRegister src ) { in movsd()
1975 void Assembler::movsd(XMMRegister dst, const Operand& src) { in movsd()
1992 void Assembler::emit_sse_operand(XMMRegister dst, XMMRegister src) { in emit_sse_operand()
2120 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { in emit_arith_b()
2130 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith()