Lines Matching refs:dst
680 void pop(Register dst);
681 void pop(const Operand& dst);
687 void mov_b(Register dst, const Operand& src);
688 void mov_b(const Operand& dst, int8_t imm8);
689 void mov_b(const Operand& dst, Register src);
691 void mov_w(Register dst, const Operand& src);
692 void mov_w(const Operand& dst, Register src);
694 void mov(Register dst, int32_t imm32);
695 void mov(Register dst, const Immediate& x);
696 void mov(Register dst, Handle<Object> handle);
697 void mov(Register dst, const Operand& src);
698 void mov(Register dst, Register src);
699 void mov(const Operand& dst, const Immediate& x);
700 void mov(const Operand& dst, Handle<Object> handle);
701 void mov(const Operand& dst, Register src);
703 void movsx_b(Register dst, const Operand& src);
705 void movsx_w(Register dst, const Operand& src);
707 void movzx_b(Register dst, const Operand& src);
709 void movzx_w(Register dst, const Operand& src);
712 void cmov(Condition cc, Register dst, int32_t imm32);
713 void cmov(Condition cc, Register dst, Handle<Object> handle);
714 void cmov(Condition cc, Register dst, const Operand& src);
725 void xchg(Register dst, Register src);
728 void adc(Register dst, int32_t imm32);
729 void adc(Register dst, const Operand& src);
731 void add(Register dst, const Operand& src);
732 void add(const Operand& dst, const Immediate& x);
734 void and_(Register dst, int32_t imm32);
735 void and_(Register dst, const Immediate& x);
736 void and_(Register dst, const Operand& src);
737 void and_(const Operand& src, Register dst);
738 void and_(const Operand& dst, const Immediate& x);
741 void cmpb(Register src, const Operand& dst);
742 void cmpb(const Operand& dst, Register src);
752 void dec_b(Register dst);
753 void dec_b(const Operand& dst);
755 void dec(Register dst);
756 void dec(const Operand& dst);
764 void imul(Register dst, const Operand& src); // dst = dst * src.
765 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
767 void inc(Register dst);
768 void inc(const Operand& dst);
770 void lea(Register dst, const Operand& src);
775 void neg(Register dst);
777 void not_(Register dst);
779 void or_(Register dst, int32_t imm32);
780 void or_(Register dst, const Operand& src);
781 void or_(const Operand& dst, Register src);
782 void or_(const Operand& dst, const Immediate& x);
784 void rcl(Register dst, uint8_t imm8);
785 void rcr(Register dst, uint8_t imm8);
787 void sar(Register dst, uint8_t imm8);
788 void sar_cl(Register dst);
790 void sbb(Register dst, const Operand& src);
792 void shld(Register dst, const Operand& src);
794 void shl(Register dst, uint8_t imm8);
795 void shl_cl(Register dst);
797 void shrd(Register dst, const Operand& src);
799 void shr(Register dst, uint8_t imm8);
800 void shr_cl(Register dst);
802 void subb(const Operand& dst, int8_t imm8);
803 void subb(Register dst, const Operand& src);
804 void sub(const Operand& dst, const Immediate& x);
805 void sub(Register dst, const Operand& src);
806 void sub(const Operand& dst, Register src);
814 void xor_(Register dst, int32_t imm32);
815 void xor_(Register dst, const Operand& src);
816 void xor_(const Operand& src, Register dst);
817 void xor_(const Operand& dst, const Immediate& x);
820 void bt(const Operand& dst, Register src);
821 void bts(const Operand& dst, Register src);
942 void cvttss2si(Register dst, const Operand& src);
943 void cvttsd2si(Register dst, const Operand& src);
945 void cvtsi2sd(XMMRegister dst, const Operand& src);
946 void cvtss2sd(XMMRegister dst, XMMRegister src);
947 void cvtsd2ss(XMMRegister dst, XMMRegister src);
949 void addsd(XMMRegister dst, XMMRegister src);
950 void subsd(XMMRegister dst, XMMRegister src);
951 void mulsd(XMMRegister dst, XMMRegister src);
952 void divsd(XMMRegister dst, XMMRegister src);
953 void xorpd(XMMRegister dst, XMMRegister src);
954 void sqrtsd(XMMRegister dst, XMMRegister src);
956 void andpd(XMMRegister dst, XMMRegister src);
958 void ucomisd(XMMRegister dst, XMMRegister src);
959 void movmskpd(Register dst, XMMRegister src);
961 void cmpltsd(XMMRegister dst, XMMRegister src);
963 void movaps(XMMRegister dst, XMMRegister src);
965 void movdqa(XMMRegister dst, const Operand& src);
966 void movdqa(const Operand& dst, XMMRegister src);
967 void movdqu(XMMRegister dst, const Operand& src);
968 void movdqu(const Operand& dst, XMMRegister src);
971 void movdbl(XMMRegister dst, const Operand& src);
972 void movdbl(const Operand& dst, XMMRegister src);
974 void movd(XMMRegister dst, const Operand& src);
975 void movd(const Operand& src, XMMRegister dst);
976 void movsd(XMMRegister dst, XMMRegister src);
978 void movss(XMMRegister dst, const Operand& src);
979 void movss(const Operand& src, XMMRegister dst);
980 void movss(XMMRegister dst, XMMRegister src);
982 void pand(XMMRegister dst, XMMRegister src);
983 void pxor(XMMRegister dst, XMMRegister src);
984 void por(XMMRegister dst, XMMRegister src);
985 void ptest(XMMRegister dst, XMMRegister src);
988 void psllq(XMMRegister dst, XMMRegister src);
990 void psrlq(XMMRegister dst, XMMRegister src);
991 void pshufd(XMMRegister dst, XMMRegister src, int8_t shuffle);
992 void pextrd(const Operand& dst, XMMRegister src, int8_t offset);
993 void pinsrd(XMMRegister dst, const Operand& src, int8_t offset);
996 void movntdqa(XMMRegister src, const Operand& dst);
997 void movntdq(const Operand& dst, XMMRegister src);
1051 void movsd(XMMRegister dst, const Operand& src);
1052 void movsd(const Operand& dst, XMMRegister src);
1055 void emit_sse_operand(XMMRegister dst, XMMRegister src);
1056 void emit_sse_operand(Register dst, XMMRegister src);
1082 void emit_arith_b(int op1, int op2, Register dst, int imm8);
1088 void emit_arith(int sel, Operand dst, const Immediate& x);