• Home
  • Raw
  • Download

Lines Matching defs:dst

549 void Assembler::pop(Register dst) {  in pop()
556 void Assembler::pop(const Operand& dst) { in pop()
577 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b()
585 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
593 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b()
601 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w()
609 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w()
617 void Assembler::mov(Register dst, int32_t imm32) { in mov()
624 void Assembler::mov(Register dst, const Immediate& x) { in mov()
631 void Assembler::mov(Register dst, Handle<Object> handle) { in mov()
638 void Assembler::mov(Register dst, const Operand& src) { in mov()
645 void Assembler::mov(Register dst, Register src) { in mov()
652 void Assembler::mov(const Operand& dst, const Immediate& x) { in mov()
660 void Assembler::mov(const Operand& dst, Handle<Object> handle) { in mov()
668 void Assembler::mov(const Operand& dst, Register src) { in mov()
675 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b()
683 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w()
691 void Assembler::movzx_b(Register dst, const Operand& src) { in movzx_b()
699 void Assembler::movzx_w(Register dst, const Operand& src) { in movzx_w()
707 void Assembler::cmov(Condition cc, Register dst, const Operand& src) { in cmov()
743 void Assembler::xchg(Register dst, Register src) { in xchg()
754 void Assembler::adc(Register dst, int32_t imm32) { in adc()
760 void Assembler::adc(Register dst, const Operand& src) { in adc()
767 void Assembler::add(Register dst, const Operand& src) { in add()
774 void Assembler::add(const Operand& dst, Register src) { in add()
781 void Assembler::add(const Operand& dst, const Immediate& x) { in add()
788 void Assembler::and_(Register dst, int32_t imm32) { in and_()
793 void Assembler::and_(Register dst, const Immediate& x) { in and_()
799 void Assembler::and_(Register dst, const Operand& src) { in and_()
806 void Assembler::and_(const Operand& dst, const Immediate& x) { in and_()
812 void Assembler::and_(const Operand& dst, Register src) { in and_()
903 void Assembler::dec_b(Register dst) { in dec_b()
911 void Assembler::dec_b(const Operand& dst) { in dec_b()
918 void Assembler::dec(Register dst) { in dec()
924 void Assembler::dec(const Operand& dst) { in dec()
951 void Assembler::imul(Register dst, const Operand& src) { in imul()
959 void Assembler::imul(Register dst, Register src, int32_t imm32) { in imul()
973 void Assembler::inc(Register dst) { in inc()
979 void Assembler::inc(const Operand& dst) { in inc()
986 void Assembler::lea(Register dst, const Operand& src) { in lea()
1000 void Assembler::neg(Register dst) { in neg()
1007 void Assembler::not_(Register dst) { in not_()
1014 void Assembler::or_(Register dst, int32_t imm32) { in or_()
1020 void Assembler::or_(Register dst, const Operand& src) { in or_()
1027 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_()
1033 void Assembler::or_(const Operand& dst, Register src) { in or_()
1040 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
1054 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
1068 void Assembler::sar(Register dst, uint8_t imm8) { in sar()
1082 void Assembler::sar_cl(Register dst) { in sar_cl()
1089 void Assembler::sbb(Register dst, const Operand& src) { in sbb()
1096 void Assembler::shld(Register dst, const Operand& src) { in shld()
1104 void Assembler::shl(Register dst, uint8_t imm8) { in shl()
1118 void Assembler::shl_cl(Register dst) { in shl_cl()
1125 void Assembler::shrd(Register dst, const Operand& src) { in shrd()
1133 void Assembler::shr(Register dst, uint8_t imm8) { in shr()
1147 void Assembler::shr_cl(Register dst) { in shr_cl()
1154 void Assembler::sub(const Operand& dst, const Immediate& x) { in sub()
1160 void Assembler::sub(Register dst, const Operand& src) { in sub()
1167 void Assembler::sub(const Operand& dst, Register src) { in sub()
1237 void Assembler::xor_(Register dst, int32_t imm32) { in xor_()
1243 void Assembler::xor_(Register dst, const Operand& src) { in xor_()
1250 void Assembler::xor_(const Operand& dst, Register src) { in xor_()
1257 void Assembler::xor_(const Operand& dst, const Immediate& x) { in xor_()
1263 void Assembler::bt(const Operand& dst, Register src) { in bt()
1271 void Assembler::bts(const Operand& dst, Register src) { in bts()
1921 void Assembler::cvttss2si(Register dst, const Operand& src) { in cvttss2si()
1931 void Assembler::cvttsd2si(Register dst, const Operand& src) { in cvttsd2si()
1941 void Assembler::cvtsi2sd(XMMRegister dst, const Operand& src) { in cvtsi2sd()
1951 void Assembler::cvtss2sd(XMMRegister dst, XMMRegister src) { in cvtss2sd()
1961 void Assembler::cvtsd2ss(XMMRegister dst, XMMRegister src) { in cvtsd2ss()
1971 void Assembler::addsd(XMMRegister dst, XMMRegister src) { in addsd()
1981 void Assembler::mulsd(XMMRegister dst, XMMRegister src) { in mulsd()
1991 void Assembler::subsd(XMMRegister dst, XMMRegister src) { in subsd()
2001 void Assembler::divsd(XMMRegister dst, XMMRegister src) { in divsd()
2011 void Assembler::xorpd(XMMRegister dst, XMMRegister src) { in xorpd()
2021 void Assembler::xorps(XMMRegister dst, XMMRegister src) { in xorps()
2029 void Assembler::sqrtsd(XMMRegister dst, XMMRegister src) { in sqrtsd()
2038 void Assembler::andpd(XMMRegister dst, XMMRegister src) { in andpd()
2047 void Assembler::ucomisd(XMMRegister dst, XMMRegister src) { in ucomisd()
2057 void Assembler::ucomisd(XMMRegister dst, const Operand& src) { in ucomisd()
2067 void Assembler::roundsd(XMMRegister dst, XMMRegister src, RoundingMode mode) { in roundsd()
2079 void Assembler::movmskpd(Register dst, XMMRegister src) { in movmskpd()
2089 void Assembler::cmpltsd(XMMRegister dst, XMMRegister src) { in cmpltsd()
2100 void Assembler::movaps(XMMRegister dst, XMMRegister src) { in movaps()
2109 void Assembler::movdqa(const Operand& dst, XMMRegister src) { in movdqa()
2119 void Assembler::movdqa(XMMRegister dst, const Operand& src) { in movdqa()
2129 void Assembler::movdqu(const Operand& dst, XMMRegister src ) { in movdqu()
2139 void Assembler::movdqu(XMMRegister dst, const Operand& src) { in movdqu()
2149 void Assembler::movntdqa(XMMRegister dst, const Operand& src) { in movntdqa()
2160 void Assembler::movntdq(const Operand& dst, XMMRegister src) { in movntdq()
2180 void Assembler::movdbl(XMMRegister dst, const Operand& src) { in movdbl()
2186 void Assembler::movdbl(const Operand& dst, XMMRegister src) { in movdbl()
2192 void Assembler::movsd(const Operand& dst, XMMRegister src ) { in movsd()
2202 void Assembler::movsd(XMMRegister dst, const Operand& src) { in movsd()
2212 void Assembler::movsd(XMMRegister dst, XMMRegister src) { in movsd()
2222 void Assembler::movss(const Operand& dst, XMMRegister src ) { in movss()
2232 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss()
2242 void Assembler::movss(XMMRegister dst, XMMRegister src) { in movss()
2252 void Assembler::movd(XMMRegister dst, const Operand& src) { in movd()
2262 void Assembler::movd(const Operand& dst, XMMRegister src) { in movd()
2272 void Assembler::extractps(Register dst, XMMRegister src, byte imm8) { in extractps()
2285 void Assembler::pand(XMMRegister dst, XMMRegister src) { in pand()
2295 void Assembler::pxor(XMMRegister dst, XMMRegister src) { in pxor()
2305 void Assembler::por(XMMRegister dst, XMMRegister src) { in por()
2315 void Assembler::ptest(XMMRegister dst, XMMRegister src) { in ptest()
2337 void Assembler::psllq(XMMRegister dst, XMMRegister src) { in psllq()
2358 void Assembler::psrlq(XMMRegister dst, XMMRegister src) { in psrlq()
2368 void Assembler::pshufd(XMMRegister dst, XMMRegister src, int8_t shuffle) { in pshufd()
2379 void Assembler::pextrd(const Operand& dst, XMMRegister src, int8_t offset) { in pextrd()
2391 void Assembler::pinsrd(XMMRegister dst, const Operand& src, int8_t offset) { in pinsrd()
2409 void Assembler::emit_sse_operand(XMMRegister dst, XMMRegister src) { in emit_sse_operand()
2414 void Assembler::emit_sse_operand(Register dst, XMMRegister src) { in emit_sse_operand()
2513 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { in emit_arith_b()
2523 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith()