Lines Matching defs:dst

464 void Assembler::pop(Register dst) {  in pop()
471 void Assembler::pop(const Operand& dst) { in pop()
492 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
500 void Assembler::mov_b(const Operand& dst, const Immediate& src) { in mov_b()
508 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
516 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
524 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
532 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w()
542 void Assembler::mov(Register dst, int32_t imm32) { in mov()
549 void Assembler::mov(Register dst, const Immediate& x) { in mov()
556 void Assembler::mov(Register dst, Handle<Object> handle) { in mov()
563 void Assembler::mov(Register dst, const Operand& src) { in mov()
570 void Assembler::mov(Register dst, Register src) { in mov()
577 void Assembler::mov(const Operand& dst, const Immediate& x) { in mov()
585 void Assembler::mov(const Operand& dst, Handle<Object> handle) { in mov()
593 void Assembler::mov(const Operand& dst, Register src) { in mov()
600 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b()
608 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w()
616 void Assembler::movzx_b(Register dst, const Operand& src) { in movzx_b()
624 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w()
632 void Assembler::cmov(Condition cc, Register dst, const Operand& src) { in cmov()
667 void Assembler::xchg(Register dst, Register src) { in xchg()
678 void Assembler::xchg(Register dst, const Operand& src) { in xchg()
685 void Assembler::adc(Register dst, int32_t imm32) { in adc()
691 void Assembler::adc(Register dst, const Operand& src) { in adc()
698 void Assembler::add(Register dst, const Operand& src) { in add()
705 void Assembler::add(const Operand& dst, Register src) { in add()
712 void Assembler::add(const Operand& dst, const Immediate& x) { in add()
719 void Assembler::and_(Register dst, int32_t imm32) { in and_()
724 void Assembler::and_(Register dst, const Immediate& x) { in and_()
730 void Assembler::and_(Register dst, const Operand& src) { in and_()
737 void Assembler::and_(const Operand& dst, const Immediate& x) { in and_()
743 void Assembler::and_(const Operand& dst, Register src) { in and_()
834 void Assembler::dec_b(Register dst) { in dec_b()
842 void Assembler::dec_b(const Operand& dst) { in dec_b()
849 void Assembler::dec(Register dst) { in dec()
855 void Assembler::dec(const Operand& dst) { in dec()
889 void Assembler::imul(Register dst, const Operand& src) { in imul()
897 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul()
902 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { in imul()
916 void Assembler::inc(Register dst) { in inc()
922 void Assembler::inc(const Operand& dst) { in inc()
929 void Assembler::lea(Register dst, const Operand& src) { in lea()
943 void Assembler::neg(Register dst) { in neg()
950 void Assembler::neg(const Operand& dst) { in neg()
957 void Assembler::not_(Register dst) { in not_()
964 void Assembler::not_(const Operand& dst) { in not_()
971 void Assembler::or_(Register dst, int32_t imm32) { in or_()
977 void Assembler::or_(Register dst, const Operand& src) { in or_()
984 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_()
990 void Assembler::or_(const Operand& dst, Register src) { in or_()
997 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
1011 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
1025 void Assembler::ror(const Operand& dst, uint8_t imm8) { in ror()
1039 void Assembler::ror_cl(const Operand& dst) { in ror_cl()
1046 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar()
1060 void Assembler::sar_cl(const Operand& dst) { in sar_cl()
1067 void Assembler::sbb(Register dst, const Operand& src) { in sbb()
1074 void Assembler::shld(Register dst, const Operand& src) { in shld()
1082 void Assembler::shl(const Operand& dst, uint8_t imm8) { in shl()
1096 void Assembler::shl_cl(const Operand& dst) { in shl_cl()
1103 void Assembler::shrd(Register dst, const Operand& src) { in shrd()
1111 void Assembler::shr(const Operand& dst, uint8_t imm8) { in shr()
1125 void Assembler::shr_cl(const Operand& dst) { in shr_cl()
1132 void Assembler::sub(const Operand& dst, const Immediate& x) { in sub()
1138 void Assembler::sub(Register dst, const Operand& src) { in sub()
1145 void Assembler::sub(const Operand& dst, Register src) { in sub()
1230 void Assembler::xor_(Register dst, int32_t imm32) { in xor_()
1236 void Assembler::xor_(Register dst, const Operand& src) { in xor_()
1243 void Assembler::xor_(const Operand& dst, Register src) { in xor_()
1250 void Assembler::xor_(const Operand& dst, const Immediate& x) { in xor_()
1256 void Assembler::bt(const Operand& dst, Register src) { in bt()
1264 void Assembler::bts(const Operand& dst, Register src) { in bts()
1272 void Assembler::bsr(Register dst, const Operand& src) { in bsr()
1280 void Assembler::bsf(Register dst, const Operand& src) { in bsf()
1976 void Assembler::cvttss2si(Register dst, const Operand& src) { in cvttss2si()
1985 void Assembler::cvttsd2si(Register dst, const Operand& src) { in cvttsd2si()
1994 void Assembler::cvtsd2si(Register dst, XMMRegister src) { in cvtsd2si()
2003 void Assembler::cvtsi2sd(XMMRegister dst, const Operand& src) { in cvtsi2sd()
2012 void Assembler::cvtss2sd(XMMRegister dst, const Operand& src) { in cvtss2sd()
2021 void Assembler::cvtsd2ss(XMMRegister dst, const Operand& src) { in cvtsd2ss()
2030 void Assembler::addsd(XMMRegister dst, const Operand& src) { in addsd()
2039 void Assembler::mulsd(XMMRegister dst, const Operand& src) { in mulsd()
2048 void Assembler::subsd(XMMRegister dst, const Operand& src) { in subsd()
2057 void Assembler::divsd(XMMRegister dst, const Operand& src) { in divsd()
2066 void Assembler::xorpd(XMMRegister dst, XMMRegister src) { in xorpd()
2075 void Assembler::andps(XMMRegister dst, const Operand& src) { in andps()
2083 void Assembler::orps(XMMRegister dst, const Operand& src) { in orps()
2091 void Assembler::xorps(XMMRegister dst, const Operand& src) { in xorps()
2099 void Assembler::addps(XMMRegister dst, const Operand& src) { in addps()
2107 void Assembler::subps(XMMRegister dst, const Operand& src) { in subps()
2115 void Assembler::mulps(XMMRegister dst, const Operand& src) { in mulps()
2123 void Assembler::divps(XMMRegister dst, const Operand& src) { in divps()
2131 void Assembler::sqrtsd(XMMRegister dst, const Operand& src) { in sqrtsd()
2140 void Assembler::andpd(XMMRegister dst, XMMRegister src) { in andpd()
2149 void Assembler::orpd(XMMRegister dst, XMMRegister src) { in orpd()
2158 void Assembler::ucomisd(XMMRegister dst, const Operand& src) { in ucomisd()
2167 void Assembler::roundss(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundss()
2180 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundsd()
2193 void Assembler::movmskpd(Register dst, XMMRegister src) { in movmskpd()
2202 void Assembler::movmskps(Register dst, XMMRegister src) { in movmskps()
2210 void Assembler::pcmpeqd(XMMRegister dst, XMMRegister src) { in pcmpeqd()
2219 void Assembler::punpckldq(XMMRegister dst, XMMRegister src) { in punpckldq()
2228 void Assembler::punpckhdq(XMMRegister dst, XMMRegister src) { in punpckhdq()
2237 void Assembler::maxsd(XMMRegister dst, const Operand& src) { in maxsd()
2246 void Assembler::minsd(XMMRegister dst, const Operand& src) { in minsd()
2255 void Assembler::cmpltsd(XMMRegister dst, XMMRegister src) { in cmpltsd()
2265 void Assembler::movaps(XMMRegister dst, XMMRegister src) { in movaps()
2273 void Assembler::shufps(XMMRegister dst, XMMRegister src, byte imm8) { in shufps()
2283 void Assembler::movdqa(const Operand& dst, XMMRegister src) { in movdqa()
2292 void Assembler::movdqa(XMMRegister dst, const Operand& src) { in movdqa()
2301 void Assembler::movdqu(const Operand& dst, XMMRegister src ) { in movdqu()
2310 void Assembler::movdqu(XMMRegister dst, const Operand& src) { in movdqu()
2330 void Assembler::movsd(const Operand& dst, XMMRegister src ) { in movsd()
2339 void Assembler::movsd(XMMRegister dst, const Operand& src) { in movsd()
2348 void Assembler::movss(const Operand& dst, XMMRegister src ) { in movss()
2357 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss()
2366 void Assembler::movd(XMMRegister dst, const Operand& src) { in movd()
2375 void Assembler::movd(const Operand& dst, XMMRegister src) { in movd()
2384 void Assembler::extractps(Register dst, XMMRegister src, byte imm8) { in extractps()
2397 void Assembler::pand(XMMRegister dst, XMMRegister src) { in pand()
2406 void Assembler::pxor(XMMRegister dst, XMMRegister src) { in pxor()
2415 void Assembler::por(XMMRegister dst, XMMRegister src) { in por()
2424 void Assembler::ptest(XMMRegister dst, XMMRegister src) { in ptest()
2465 void Assembler::psllq(XMMRegister dst, XMMRegister src) { in psllq()
2484 void Assembler::psrlq(XMMRegister dst, XMMRegister src) { in psrlq()
2493 void Assembler::pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in pshufd()
2503 void Assembler::pextrd(const Operand& dst, XMMRegister src, int8_t offset) { in pextrd()
2515 void Assembler::pinsrd(XMMRegister dst, const Operand& src, int8_t offset) { in pinsrd()
2527 void Assembler::addss(XMMRegister dst, const Operand& src) { in addss()
2536 void Assembler::subss(XMMRegister dst, const Operand& src) { in subss()
2545 void Assembler::mulss(XMMRegister dst, const Operand& src) { in mulss()
2554 void Assembler::divss(XMMRegister dst, const Operand& src) { in divss()
2563 void Assembler::sqrtss(XMMRegister dst, const Operand& src) { in sqrtss()
2572 void Assembler::ucomiss(XMMRegister dst, const Operand& src) { in ucomiss()
2580 void Assembler::maxss(XMMRegister dst, const Operand& src) { in maxss()
2589 void Assembler::minss(XMMRegister dst, const Operand& src) { in minss()
2599 void Assembler::vfmasd(byte op, XMMRegister dst, XMMRegister src1, in vfmasd()
2609 void Assembler::vfmass(byte op, XMMRegister dst, XMMRegister src1, in vfmass()
2619 void Assembler::vsd(byte op, XMMRegister dst, XMMRegister src1, in vsd()
2629 void Assembler::vss(byte op, XMMRegister dst, XMMRegister src1, in vss()
2639 void Assembler::vps(byte op, XMMRegister dst, XMMRegister src1, in vps()
2649 void Assembler::vpd(byte op, XMMRegister dst, XMMRegister src1, in vpd()
2668 void Assembler::tzcnt(Register dst, const Operand& src) { in tzcnt()
2678 void Assembler::lzcnt(Register dst, const Operand& src) { in lzcnt()
2688 void Assembler::popcnt(Register dst, const Operand& src) { in popcnt()
2708 void Assembler::rorx(Register dst, const Operand& src, byte imm8) { in rorx()
2726 void Assembler::emit_sse_operand(XMMRegister dst, XMMRegister src) { in emit_sse_operand()
2731 void Assembler::emit_sse_operand(Register dst, XMMRegister src) { in emit_sse_operand()
2736 void Assembler::emit_sse_operand(XMMRegister dst, Register src) { in emit_sse_operand()
2814 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { in emit_arith_b()
2824 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith()