Lines Matching defs:src

466 void Assembler::push(Register src) {  in push()
472 void Assembler::push(const Operand& src) { in push()
507 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
515 void Assembler::mov_b(const Operand& dst, const Immediate& src) { in mov_b()
523 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
531 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
539 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
547 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w()
578 void Assembler::mov(Register dst, const Operand& src) { in mov()
585 void Assembler::mov(Register dst, Register src) { in mov()
608 void Assembler::mov(const Operand& dst, Register src) { in mov()
615 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b()
623 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w()
631 void Assembler::movzx_b(Register dst, const Operand& src) { in movzx_b()
639 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w()
647 void Assembler::cmov(Condition cc, Register dst, const Operand& src) { in cmov()
682 void Assembler::xchg(Register dst, Register src) { in xchg()
693 void Assembler::xchg(Register dst, const Operand& src) { in xchg()
717 void Assembler::cmpxchg(const Operand& dst, Register src) { in cmpxchg()
724 void Assembler::cmpxchg_b(const Operand& dst, Register src) { in cmpxchg_b()
731 void Assembler::cmpxchg_w(const Operand& dst, Register src) { in cmpxchg_w()
745 void Assembler::adc(Register dst, const Operand& src) { in adc()
752 void Assembler::add(Register dst, const Operand& src) { in add()
759 void Assembler::add(const Operand& dst, Register src) { in add()
784 void Assembler::and_(Register dst, const Operand& src) { in and_()
797 void Assembler::and_(const Operand& dst, Register src) { in and_()
940 void Assembler::idiv(const Operand& src) { in idiv()
947 void Assembler::div(const Operand& src) { in div()
961 void Assembler::imul(Register dst, const Operand& src) { in imul()
969 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul()
974 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { in imul()
1001 void Assembler::lea(Register dst, const Operand& src) { in lea()
1008 void Assembler::mul(Register src) { in mul()
1049 void Assembler::or_(Register dst, const Operand& src) { in or_()
1062 void Assembler::or_(const Operand& dst, Register src) { in or_()
1138 void Assembler::sbb(Register dst, const Operand& src) { in sbb()
1144 void Assembler::shld(Register dst, Register src, uint8_t shift) { in shld()
1153 void Assembler::shld_cl(Register dst, Register src) { in shld_cl()
1201 void Assembler::shrd(Register dst, Register src, uint8_t shift) { in shrd()
1210 void Assembler::shrd_cl(const Operand& dst, Register src) { in shrd_cl()
1223 void Assembler::sub(Register dst, const Operand& src) { in sub()
1230 void Assembler::sub(const Operand& dst, Register src) { in sub()
1354 void Assembler::xor_(Register dst, const Operand& src) { in xor_()
1361 void Assembler::xor_(const Operand& dst, Register src) { in xor_()
1374 void Assembler::bt(const Operand& dst, Register src) { in bt()
1382 void Assembler::bts(const Operand& dst, Register src) { in bts()
1390 void Assembler::bsr(Register dst, const Operand& src) { in bsr()
1398 void Assembler::bsf(Register dst, const Operand& src) { in bsf()
2090 void Assembler::cvttss2si(Register dst, const Operand& src) { in cvttss2si()
2099 void Assembler::cvttsd2si(Register dst, const Operand& src) { in cvttsd2si()
2108 void Assembler::cvtsd2si(Register dst, XMMRegister src) { in cvtsd2si()
2117 void Assembler::cvtsi2ss(XMMRegister dst, const Operand& src) { in cvtsi2ss()
2126 void Assembler::cvtsi2sd(XMMRegister dst, const Operand& src) { in cvtsi2sd()
2135 void Assembler::cvtss2sd(XMMRegister dst, const Operand& src) { in cvtss2sd()
2144 void Assembler::cvtsd2ss(XMMRegister dst, const Operand& src) { in cvtsd2ss()
2153 void Assembler::addsd(XMMRegister dst, const Operand& src) { in addsd()
2162 void Assembler::mulsd(XMMRegister dst, const Operand& src) { in mulsd()
2171 void Assembler::subsd(XMMRegister dst, const Operand& src) { in subsd()
2180 void Assembler::divsd(XMMRegister dst, const Operand& src) { in divsd()
2189 void Assembler::xorpd(XMMRegister dst, XMMRegister src) { in xorpd()
2198 void Assembler::andps(XMMRegister dst, const Operand& src) { in andps()
2206 void Assembler::orps(XMMRegister dst, const Operand& src) { in orps()
2214 void Assembler::xorps(XMMRegister dst, const Operand& src) { in xorps()
2222 void Assembler::addps(XMMRegister dst, const Operand& src) { in addps()
2230 void Assembler::subps(XMMRegister dst, const Operand& src) { in subps()
2238 void Assembler::mulps(XMMRegister dst, const Operand& src) { in mulps()
2246 void Assembler::divps(XMMRegister dst, const Operand& src) { in divps()
2254 void Assembler::sqrtsd(XMMRegister dst, const Operand& src) { in sqrtsd()
2263 void Assembler::andpd(XMMRegister dst, XMMRegister src) { in andpd()
2272 void Assembler::orpd(XMMRegister dst, XMMRegister src) { in orpd()
2281 void Assembler::ucomisd(XMMRegister dst, const Operand& src) { in ucomisd()
2290 void Assembler::roundss(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundss()
2303 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundsd()
2316 void Assembler::movmskpd(Register dst, XMMRegister src) { in movmskpd()
2325 void Assembler::movmskps(Register dst, XMMRegister src) { in movmskps()
2333 void Assembler::pcmpeqd(XMMRegister dst, XMMRegister src) { in pcmpeqd()
2342 void Assembler::punpckldq(XMMRegister dst, XMMRegister src) { in punpckldq()
2351 void Assembler::punpckhdq(XMMRegister dst, XMMRegister src) { in punpckhdq()
2360 void Assembler::maxsd(XMMRegister dst, const Operand& src) { in maxsd()
2369 void Assembler::minsd(XMMRegister dst, const Operand& src) { in minsd()
2378 void Assembler::cmpltsd(XMMRegister dst, XMMRegister src) { in cmpltsd()
2388 void Assembler::movaps(XMMRegister dst, XMMRegister src) { in movaps()
2395 void Assembler::movups(XMMRegister dst, XMMRegister src) { in movups()
2402 void Assembler::movups(XMMRegister dst, const Operand& src) { in movups()
2409 void Assembler::movups(const Operand& dst, XMMRegister src) { in movups()
2416 void Assembler::shufps(XMMRegister dst, XMMRegister src, byte imm8) { in shufps()
2426 void Assembler::movdqa(const Operand& dst, XMMRegister src) { in movdqa()
2435 void Assembler::movdqa(XMMRegister dst, const Operand& src) { in movdqa()
2444 void Assembler::movdqu(const Operand& dst, XMMRegister src ) { in movdqu()
2453 void Assembler::movdqu(XMMRegister dst, const Operand& src) { in movdqu()
2462 void Assembler::prefetch(const Operand& src, int level) { in prefetch()
2473 void Assembler::movsd(const Operand& dst, XMMRegister src ) { in movsd()
2482 void Assembler::movsd(XMMRegister dst, const Operand& src) { in movsd()
2491 void Assembler::movss(const Operand& dst, XMMRegister src ) { in movss()
2500 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss()
2509 void Assembler::movd(XMMRegister dst, const Operand& src) { in movd()
2518 void Assembler::movd(const Operand& dst, XMMRegister src) { in movd()
2527 void Assembler::extractps(Register dst, XMMRegister src, byte imm8) { in extractps()
2540 void Assembler::pand(XMMRegister dst, XMMRegister src) { in pand()
2549 void Assembler::pxor(XMMRegister dst, XMMRegister src) { in pxor()
2558 void Assembler::por(XMMRegister dst, XMMRegister src) { in por()
2567 void Assembler::ptest(XMMRegister dst, XMMRegister src) { in ptest()
2608 void Assembler::psllq(XMMRegister dst, XMMRegister src) { in psllq()
2627 void Assembler::psrlq(XMMRegister dst, XMMRegister src) { in psrlq()
2636 void Assembler::pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in pshufd()
2646 void Assembler::pextrd(const Operand& dst, XMMRegister src, int8_t offset) { in pextrd()
2658 void Assembler::pinsrd(XMMRegister dst, const Operand& src, int8_t offset) { in pinsrd()
2670 void Assembler::addss(XMMRegister dst, const Operand& src) { in addss()
2679 void Assembler::subss(XMMRegister dst, const Operand& src) { in subss()
2688 void Assembler::mulss(XMMRegister dst, const Operand& src) { in mulss()
2697 void Assembler::divss(XMMRegister dst, const Operand& src) { in divss()
2706 void Assembler::sqrtss(XMMRegister dst, const Operand& src) { in sqrtss()
2715 void Assembler::ucomiss(XMMRegister dst, const Operand& src) { in ucomiss()
2723 void Assembler::maxss(XMMRegister dst, const Operand& src) { in maxss()
2732 void Assembler::minss(XMMRegister dst, const Operand& src) { in minss()
2811 void Assembler::tzcnt(Register dst, const Operand& src) { in tzcnt()
2821 void Assembler::lzcnt(Register dst, const Operand& src) { in lzcnt()
2831 void Assembler::popcnt(Register dst, const Operand& src) { in popcnt()
2851 void Assembler::rorx(Register dst, const Operand& src, byte imm8) { in rorx()
2869 void Assembler::emit_sse_operand(XMMRegister dst, XMMRegister src) { in emit_sse_operand()
2874 void Assembler::emit_sse_operand(Register dst, XMMRegister src) { in emit_sse_operand()
2879 void Assembler::emit_sse_operand(XMMRegister dst, Register src) { in emit_sse_operand()