Lines Matching defs:dst

424 void Assembler::pop(Register dst) {  in pop()
431 void Assembler::pop(const Operand& dst) { in pop()
452 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
460 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
468 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
476 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
484 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
492 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w()
502 void Assembler::mov(Register dst, int32_t imm32) { in mov()
509 void Assembler::mov(Register dst, const Immediate& x) { in mov()
516 void Assembler::mov(Register dst, Handle<Object> handle) { in mov()
523 void Assembler::mov(Register dst, const Operand& src) { in mov()
530 void Assembler::mov(Register dst, Register src) { in mov()
537 void Assembler::mov(const Operand& dst, const Immediate& x) { in mov()
545 void Assembler::mov(const Operand& dst, Handle<Object> handle) { in mov()
553 void Assembler::mov(const Operand& dst, Register src) { in mov()
560 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b()
568 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w()
576 void Assembler::movzx_b(Register dst, const Operand& src) { in movzx_b()
584 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w()
592 void Assembler::cmov(Condition cc, Register dst, const Operand& src) { in cmov()
627 void Assembler::xchg(Register dst, Register src) { in xchg()
638 void Assembler::xchg(Register dst, const Operand& src) { in xchg()
645 void Assembler::adc(Register dst, int32_t imm32) { in adc()
651 void Assembler::adc(Register dst, const Operand& src) { in adc()
658 void Assembler::add(Register dst, const Operand& src) { in add()
665 void Assembler::add(const Operand& dst, Register src) { in add()
672 void Assembler::add(const Operand& dst, const Immediate& x) { in add()
679 void Assembler::and_(Register dst, int32_t imm32) { in and_()
684 void Assembler::and_(Register dst, const Immediate& x) { in and_()
690 void Assembler::and_(Register dst, const Operand& src) { in and_()
697 void Assembler::and_(const Operand& dst, const Immediate& x) { in and_()
703 void Assembler::and_(const Operand& dst, Register src) { in and_()
794 void Assembler::dec_b(Register dst) { in dec_b()
802 void Assembler::dec_b(const Operand& dst) { in dec_b()
809 void Assembler::dec(Register dst) { in dec()
815 void Assembler::dec(const Operand& dst) { in dec()
849 void Assembler::imul(Register dst, const Operand& src) { in imul()
857 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul()
862 void Assembler::imul(Register dst, const Operand& src, int32_t imm32) { in imul()
876 void Assembler::inc(Register dst) { in inc()
882 void Assembler::inc(const Operand& dst) { in inc()
889 void Assembler::lea(Register dst, const Operand& src) { in lea()
903 void Assembler::neg(Register dst) { in neg()
910 void Assembler::neg(const Operand& dst) { in neg()
917 void Assembler::not_(Register dst) { in not_()
924 void Assembler::not_(const Operand& dst) { in not_()
931 void Assembler::or_(Register dst, int32_t imm32) { in or_()
937 void Assembler::or_(Register dst, const Operand& src) { in or_()
944 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_()
950 void Assembler::or_(const Operand& dst, Register src) { in or_()
957 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
971 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
985 void Assembler::ror(Register dst, uint8_t imm8) { in ror()
999 void Assembler::ror_cl(Register dst) { in ror_cl()
1006 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar()
1020 void Assembler::sar_cl(const Operand& dst) { in sar_cl()
1027 void Assembler::sbb(Register dst, const Operand& src) { in sbb()
1034 void Assembler::shld(Register dst, const Operand& src) { in shld()
1042 void Assembler::shl(const Operand& dst, uint8_t imm8) { in shl()
1056 void Assembler::shl_cl(const Operand& dst) { in shl_cl()
1063 void Assembler::shrd(Register dst, const Operand& src) { in shrd()
1071 void Assembler::shr(const Operand& dst, uint8_t imm8) { in shr()
1085 void Assembler::shr_cl(const Operand& dst) { in shr_cl()
1092 void Assembler::sub(const Operand& dst, const Immediate& x) { in sub()
1098 void Assembler::sub(Register dst, const Operand& src) { in sub()
1105 void Assembler::sub(const Operand& dst, Register src) { in sub()
1190 void Assembler::xor_(Register dst, int32_t imm32) { in xor_()
1196 void Assembler::xor_(Register dst, const Operand& src) { in xor_()
1203 void Assembler::xor_(const Operand& dst, Register src) { in xor_()
1210 void Assembler::xor_(const Operand& dst, const Immediate& x) { in xor_()
1216 void Assembler::bt(const Operand& dst, Register src) { in bt()
1224 void Assembler::bts(const Operand& dst, Register src) { in bts()
1232 void Assembler::bsr(Register dst, const Operand& src) { in bsr()
1918 void Assembler::cvttss2si(Register dst, const Operand& src) { in cvttss2si()
1927 void Assembler::cvttsd2si(Register dst, const Operand& src) { in cvttsd2si()
1936 void Assembler::cvtsd2si(Register dst, XMMRegister src) { in cvtsd2si()
1945 void Assembler::cvtsi2sd(XMMRegister dst, const Operand& src) { in cvtsi2sd()
1954 void Assembler::cvtss2sd(XMMRegister dst, XMMRegister src) { in cvtss2sd()
1963 void Assembler::cvtsd2ss(XMMRegister dst, XMMRegister src) { in cvtsd2ss()
1972 void Assembler::addsd(XMMRegister dst, XMMRegister src) { in addsd()
1981 void Assembler::addsd(XMMRegister dst, const Operand& src) { in addsd()
1990 void Assembler::mulsd(XMMRegister dst, XMMRegister src) { in mulsd()
1999 void Assembler::mulsd(XMMRegister dst, const Operand& src) { in mulsd()
2008 void Assembler::subsd(XMMRegister dst, XMMRegister src) { in subsd()
2017 void Assembler::subsd(XMMRegister dst, const Operand& src) { in subsd()
2026 void Assembler::divsd(XMMRegister dst, XMMRegister src) { in divsd()
2035 void Assembler::xorpd(XMMRegister dst, XMMRegister src) { in xorpd()
2044 void Assembler::andps(XMMRegister dst, const Operand& src) { in andps()
2052 void Assembler::orps(XMMRegister dst, const Operand& src) { in orps()
2060 void Assembler::xorps(XMMRegister dst, const Operand& src) { in xorps()
2068 void Assembler::addps(XMMRegister dst, const Operand& src) { in addps()
2076 void Assembler::subps(XMMRegister dst, const Operand& src) { in subps()
2084 void Assembler::mulps(XMMRegister dst, const Operand& src) { in mulps()
2092 void Assembler::divps(XMMRegister dst, const Operand& src) { in divps()
2100 void Assembler::sqrtsd(XMMRegister dst, XMMRegister src) { in sqrtsd()
2109 void Assembler::sqrtsd(XMMRegister dst, const Operand& src) { in sqrtsd()
2118 void Assembler::andpd(XMMRegister dst, XMMRegister src) { in andpd()
2127 void Assembler::orpd(XMMRegister dst, XMMRegister src) { in orpd()
2136 void Assembler::ucomisd(XMMRegister dst, const Operand& src) { in ucomisd()
2145 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundsd()
2158 void Assembler::movmskpd(Register dst, XMMRegister src) { in movmskpd()
2167 void Assembler::movmskps(Register dst, XMMRegister src) { in movmskps()
2175 void Assembler::pcmpeqd(XMMRegister dst, XMMRegister src) { in pcmpeqd()
2184 void Assembler::cmpltsd(XMMRegister dst, XMMRegister src) { in cmpltsd()
2194 void Assembler::movaps(XMMRegister dst, XMMRegister src) { in movaps()
2202 void Assembler::shufps(XMMRegister dst, XMMRegister src, byte imm8) { in shufps()
2212 void Assembler::movdqa(const Operand& dst, XMMRegister src) { in movdqa()
2221 void Assembler::movdqa(XMMRegister dst, const Operand& src) { in movdqa()
2230 void Assembler::movdqu(const Operand& dst, XMMRegister src ) { in movdqu()
2239 void Assembler::movdqu(XMMRegister dst, const Operand& src) { in movdqu()
2248 void Assembler::movntdqa(XMMRegister dst, const Operand& src) { in movntdqa()
2259 void Assembler::movntdq(const Operand& dst, XMMRegister src) { in movntdq()
2279 void Assembler::movsd(const Operand& dst, XMMRegister src ) { in movsd()
2288 void Assembler::movsd(XMMRegister dst, const Operand& src) { in movsd()
2297 void Assembler::movss(const Operand& dst, XMMRegister src ) { in movss()
2306 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss()
2315 void Assembler::movd(XMMRegister dst, const Operand& src) { in movd()
2324 void Assembler::movd(const Operand& dst, XMMRegister src) { in movd()
2333 void Assembler::extractps(Register dst, XMMRegister src, byte imm8) { in extractps()
2346 void Assembler::pand(XMMRegister dst, XMMRegister src) { in pand()
2355 void Assembler::pxor(XMMRegister dst, XMMRegister src) { in pxor()
2364 void Assembler::por(XMMRegister dst, XMMRegister src) { in por()
2373 void Assembler::ptest(XMMRegister dst, XMMRegister src) { in ptest()
2394 void Assembler::psllq(XMMRegister dst, XMMRegister src) { in psllq()
2413 void Assembler::psrlq(XMMRegister dst, XMMRegister src) { in psrlq()
2422 void Assembler::pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in pshufd()
2432 void Assembler::pextrd(const Operand& dst, XMMRegister src, int8_t offset) { in pextrd()
2444 void Assembler::pinsrd(XMMRegister dst, const Operand& src, int8_t offset) { in pinsrd()
2462 void Assembler::emit_sse_operand(XMMRegister dst, XMMRegister src) { in emit_sse_operand()
2467 void Assembler::emit_sse_operand(Register dst, XMMRegister src) { in emit_sse_operand()
2472 void Assembler::emit_sse_operand(XMMRegister dst, Register src) { in emit_sse_operand()
2560 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { in emit_arith_b()
2570 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith()