• Home
  • Raw
  • Download

Lines Matching defs:dst

486 void Assembler::pop(Register dst) {  in pop()
493 void Assembler::pop(const Operand& dst) { in pop()
514 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
522 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
530 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
538 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
546 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
554 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w()
564 void Assembler::mov(Register dst, int32_t imm32) { in mov()
571 void Assembler::mov(Register dst, const Immediate& x) { in mov()
578 void Assembler::mov(Register dst, Handle<Object> handle) { in mov()
585 void Assembler::mov(Register dst, const Operand& src) { in mov()
592 void Assembler::mov(Register dst, Register src) { in mov()
599 void Assembler::mov(const Operand& dst, const Immediate& x) { in mov()
607 void Assembler::mov(const Operand& dst, Handle<Object> handle) { in mov()
615 void Assembler::mov(const Operand& dst, Register src) { in mov()
622 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b()
630 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w()
638 void Assembler::movzx_b(Register dst, const Operand& src) { in movzx_b()
646 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w()
654 void Assembler::cmov(Condition cc, Register dst, const Operand& src) { in cmov()
690 void Assembler::xchg(Register dst, Register src) { in xchg()
701 void Assembler::adc(Register dst, int32_t imm32) { in adc()
707 void Assembler::adc(Register dst, const Operand& src) { in adc()
714 void Assembler::add(Register dst, const Operand& src) { in add()
721 void Assembler::add(const Operand& dst, Register src) { in add()
728 void Assembler::add(const Operand& dst, const Immediate& x) { in add()
735 void Assembler::and_(Register dst, int32_t imm32) { in and_()
740 void Assembler::and_(Register dst, const Immediate& x) { in and_()
746 void Assembler::and_(Register dst, const Operand& src) { in and_()
753 void Assembler::and_(const Operand& dst, const Immediate& x) { in and_()
759 void Assembler::and_(const Operand& dst, Register src) { in and_()
850 void Assembler::dec_b(Register dst) { in dec_b()
858 void Assembler::dec_b(const Operand& dst) { in dec_b()
865 void Assembler::dec(Register dst) { in dec()
871 void Assembler::dec(const Operand& dst) { in dec()
898 void Assembler::imul(Register dst, const Operand& src) { in imul()
906 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul()
920 void Assembler::inc(Register dst) { in inc()
926 void Assembler::inc(const Operand& dst) { in inc()
933 void Assembler::lea(Register dst, const Operand& src) { in lea()
947 void Assembler::neg(Register dst) { in neg()
954 void Assembler::not_(Register dst) { in not_()
961 void Assembler::or_(Register dst, int32_t imm32) { in or_()
967 void Assembler::or_(Register dst, const Operand& src) { in or_()
974 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_()
980 void Assembler::or_(const Operand& dst, Register src) { in or_()
987 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
1001 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
1015 void Assembler::ror(Register dst, uint8_t imm8) { in ror()
1029 void Assembler::ror_cl(Register dst) { in ror_cl()
1036 void Assembler::sar(Register dst, uint8_t imm8) { in sar()
1050 void Assembler::sar_cl(Register dst) { in sar_cl()
1057 void Assembler::sbb(Register dst, const Operand& src) { in sbb()
1064 void Assembler::shld(Register dst, const Operand& src) { in shld()
1072 void Assembler::shl(Register dst, uint8_t imm8) { in shl()
1086 void Assembler::shl_cl(Register dst) { in shl_cl()
1093 void Assembler::shrd(Register dst, const Operand& src) { in shrd()
1101 void Assembler::shr(Register dst, uint8_t imm8) { in shr()
1115 void Assembler::shr_cl(Register dst) { in shr_cl()
1122 void Assembler::sub(const Operand& dst, const Immediate& x) { in sub()
1128 void Assembler::sub(Register dst, const Operand& src) { in sub()
1135 void Assembler::sub(const Operand& dst, Register src) { in sub()
1220 void Assembler::xor_(Register dst, int32_t imm32) { in xor_()
1226 void Assembler::xor_(Register dst, const Operand& src) { in xor_()
1233 void Assembler::xor_(const Operand& dst, Register src) { in xor_()
1240 void Assembler::xor_(const Operand& dst, const Immediate& x) { in xor_()
1246 void Assembler::bt(const Operand& dst, Register src) { in bt()
1254 void Assembler::bts(const Operand& dst, Register src) { in bts()
1940 void Assembler::cvttss2si(Register dst, const Operand& src) { in cvttss2si()
1950 void Assembler::cvttsd2si(Register dst, const Operand& src) { in cvttsd2si()
1960 void Assembler::cvtsd2si(Register dst, XMMRegister src) { in cvtsd2si()
1970 void Assembler::cvtsi2sd(XMMRegister dst, const Operand& src) { in cvtsi2sd()
1980 void Assembler::cvtss2sd(XMMRegister dst, XMMRegister src) { in cvtss2sd()
1990 void Assembler::cvtsd2ss(XMMRegister dst, XMMRegister src) { in cvtsd2ss()
2000 void Assembler::addsd(XMMRegister dst, XMMRegister src) { in addsd()
2010 void Assembler::addsd(XMMRegister dst, const Operand& src) { in addsd()
2020 void Assembler::mulsd(XMMRegister dst, XMMRegister src) { in mulsd()
2030 void Assembler::mulsd(XMMRegister dst, const Operand& src) { in mulsd()
2040 void Assembler::subsd(XMMRegister dst, XMMRegister src) { in subsd()
2050 void Assembler::divsd(XMMRegister dst, XMMRegister src) { in divsd()
2060 void Assembler::xorpd(XMMRegister dst, XMMRegister src) { in xorpd()
2070 void Assembler::andps(XMMRegister dst, const Operand& src) { in andps()
2079 void Assembler::orps(XMMRegister dst, const Operand& src) { in orps()
2088 void Assembler::xorps(XMMRegister dst, const Operand& src) { in xorps()
2097 void Assembler::addps(XMMRegister dst, const Operand& src) { in addps()
2106 void Assembler::subps(XMMRegister dst, const Operand& src) { in subps()
2115 void Assembler::mulps(XMMRegister dst, const Operand& src) { in mulps()
2124 void Assembler::divps(XMMRegister dst, const Operand& src) { in divps()
2133 void Assembler::sqrtsd(XMMRegister dst, XMMRegister src) { in sqrtsd()
2143 void Assembler::andpd(XMMRegister dst, XMMRegister src) { in andpd()
2153 void Assembler::orpd(XMMRegister dst, XMMRegister src) { in orpd()
2163 void Assembler::ucomisd(XMMRegister dst, const Operand& src) { in ucomisd()
2173 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundsd()
2186 void Assembler::movmskpd(Register dst, XMMRegister src) { in movmskpd()
2196 void Assembler::movmskps(Register dst, XMMRegister src) { in movmskps()
2205 void Assembler::pcmpeqd(XMMRegister dst, XMMRegister src) { in pcmpeqd()
2215 void Assembler::cmpltsd(XMMRegister dst, XMMRegister src) { in cmpltsd()
2226 void Assembler::movaps(XMMRegister dst, XMMRegister src) { in movaps()
2235 void Assembler::shufps(XMMRegister dst, XMMRegister src, byte imm8) { in shufps()
2246 void Assembler::movdqa(const Operand& dst, XMMRegister src) { in movdqa()
2256 void Assembler::movdqa(XMMRegister dst, const Operand& src) { in movdqa()
2266 void Assembler::movdqu(const Operand& dst, XMMRegister src ) { in movdqu()
2276 void Assembler::movdqu(XMMRegister dst, const Operand& src) { in movdqu()
2286 void Assembler::movntdqa(XMMRegister dst, const Operand& src) { in movntdqa()
2297 void Assembler::movntdq(const Operand& dst, XMMRegister src) { in movntdq()
2318 void Assembler::movsd(const Operand& dst, XMMRegister src ) { in movsd()
2328 void Assembler::movsd(XMMRegister dst, const Operand& src) { in movsd()
2338 void Assembler::movss(const Operand& dst, XMMRegister src ) { in movss()
2348 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss()
2358 void Assembler::movd(XMMRegister dst, const Operand& src) { in movd()
2368 void Assembler::movd(const Operand& dst, XMMRegister src) { in movd()
2378 void Assembler::extractps(Register dst, XMMRegister src, byte imm8) { in extractps()
2391 void Assembler::pand(XMMRegister dst, XMMRegister src) { in pand()
2401 void Assembler::pxor(XMMRegister dst, XMMRegister src) { in pxor()
2411 void Assembler::por(XMMRegister dst, XMMRegister src) { in por()
2421 void Assembler::ptest(XMMRegister dst, XMMRegister src) { in ptest()
2443 void Assembler::psllq(XMMRegister dst, XMMRegister src) { in psllq()
2464 void Assembler::psrlq(XMMRegister dst, XMMRegister src) { in psrlq()
2474 void Assembler::pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in pshufd()
2485 void Assembler::pextrd(const Operand& dst, XMMRegister src, int8_t offset) { in pextrd()
2497 void Assembler::pinsrd(XMMRegister dst, const Operand& src, int8_t offset) { in pinsrd()
2515 void Assembler::emit_sse_operand(XMMRegister dst, XMMRegister src) { in emit_sse_operand()
2520 void Assembler::emit_sse_operand(Register dst, XMMRegister src) { in emit_sse_operand()
2525 void Assembler::emit_sse_operand(XMMRegister dst, Register src) { in emit_sse_operand()
2621 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { in emit_arith_b()
2631 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith()