Lines Matching defs:dst
287 struct x86_reg dst, in emit_op_modrm()
454 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm()
463 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm()
476 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm()
493 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm()
514 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm()
530 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm()
536 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm()
542 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm()
548 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm()
554 void x86_xor_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_xor_imm()
560 void x86_cmp_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_cmp_imm()
649 struct x86_reg dst, in x86_mov()
673 struct x86_reg dst, in x86_mov16()
682 struct x86_reg dst, in x86_mov8()
690 struct x86_reg dst, in x64_mov64()
715 void x86_movzx8(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx8()
722 void x86_movzx16(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx16()
730 struct x86_reg dst, in x86_cmovcc()
740 struct x86_reg dst, in x86_xor()
748 struct x86_reg dst, in x86_cmp()
756 struct x86_reg dst, in x86_lea()
765 struct x86_reg dst, in x86_test()
774 struct x86_reg dst, in x86_add()
793 struct x86_reg dst, in x86_imul()
803 struct x86_reg dst, in x86_sub()
811 struct x86_reg dst, in x86_or()
819 struct x86_reg dst, in x86_and()
919 struct x86_reg dst, in sse_movntps()
934 struct x86_reg dst, in sse_movss()
943 struct x86_reg dst, in sse_movaps()
952 struct x86_reg dst, in sse_movups()
961 struct x86_reg dst, in sse_movhps()
971 struct x86_reg dst, in sse_movlps()
981 struct x86_reg dst, in sse_maxps()
990 struct x86_reg dst, in sse_maxss()
999 struct x86_reg dst, in sse_divss()
1008 struct x86_reg dst, in sse_minps()
1017 struct x86_reg dst, in sse_subps()
1026 struct x86_reg dst, in sse_mulps()
1035 struct x86_reg dst, in sse_mulss()
1044 struct x86_reg dst, in sse_addps()
1053 struct x86_reg dst, in sse_addss()
1062 struct x86_reg dst, in sse_andnps()
1071 struct x86_reg dst, in sse_andps()
1080 struct x86_reg dst, in sse_rsqrtps()
1089 struct x86_reg dst, in sse_rsqrtss()
1099 struct x86_reg dst, in sse_movhlps()
1109 struct x86_reg dst, in sse_movlhps()
1119 struct x86_reg dst, in sse_orps()
1128 struct x86_reg dst, in sse_xorps()
1137 struct x86_reg dst, in sse_cvtps2pi()
1151 struct x86_reg dst, in sse2_cvtdq2ps()
1164 struct x86_reg dst, in sse_shufps()
1174 void sse_unpckhps( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse_unpckhps()
1181 void sse_unpcklps( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse_unpcklps()
1189 struct x86_reg dst, in sse_cmpps()
1200 struct x86_reg dst, in sse_pmovmskb()
1209 struct x86_reg dst, in sse_movmskps()
1221 void sse2_movd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movd()
1236 void sse2_movq( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movq()
1257 void sse2_movdqu( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movdqu()
1264 void sse2_movdqa( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movdqa()
1271 void sse2_movsd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movsd()
1278 void sse2_movupd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movupd()
1285 void sse2_movapd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movapd()
1296 struct x86_reg dst, in sse2_pshufd()
1307 struct x86_reg dst, in sse2_pshuflw()
1318 struct x86_reg dst, in sse2_pshufhw()
1329 struct x86_reg dst, in sse2_cvttps2dq()
1338 struct x86_reg dst, in sse2_cvtps2dq()
1347 struct x86_reg dst, in sse2_cvtsd2ss()
1356 struct x86_reg dst, in sse2_cvtpd2ps()
1365 struct x86_reg dst, in sse2_packssdw()
1374 struct x86_reg dst, in sse2_packsswb()
1383 struct x86_reg dst, in sse2_packuswb()
1392 struct x86_reg dst, in sse2_punpcklbw()
1400 void sse2_punpcklwd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_punpcklwd()
1407 void sse2_punpckldq( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_punpckldq()
1414 void sse2_punpcklqdq( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_punpcklqdq()
1421 void sse2_psllw_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psllw_imm()
1429 void sse2_pslld_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_pslld_imm()
1437 void sse2_psllq_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psllq_imm()
1445 void sse2_psrlw_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psrlw_imm()
1453 void sse2_psrld_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psrld_imm()
1461 void sse2_psrlq_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psrlq_imm()
1469 void sse2_psraw_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psraw_imm()
1477 void sse2_psrad_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psrad_imm()
1485 void sse2_por( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_por()
1493 struct x86_reg dst, in sse2_rcpps()
1502 struct x86_reg dst, in sse2_rcpss()
1531 void x87_fist( struct x86_function *p, struct x86_reg dst ) in x87_fist()
1538 void x87_fistp( struct x86_function *p, struct x86_reg dst ) in x87_fistp()
1654 static void x87_arith_op( struct x86_function *p, struct x86_reg dst, struct x86_reg arg, in x87_arith_op()
1680 void x87_fmul( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fmul()
1689 void x87_fsub( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fsub()
1698 void x87_fsubr( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fsubr()
1707 void x87_fadd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fadd()
1716 void x87_fdiv( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fdiv()
1725 void x87_fdivr( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fdivr()
1734 void x87_fmulp( struct x86_function *p, struct x86_reg dst ) in x87_fmulp()
1743 void x87_fsubp( struct x86_function *p, struct x86_reg dst ) in x87_fsubp()
1752 void x87_fsubrp( struct x86_function *p, struct x86_reg dst ) in x87_fsubrp()
1761 void x87_faddp( struct x86_function *p, struct x86_reg dst ) in x87_faddp()
1770 void x87_fdivp( struct x86_function *p, struct x86_reg dst ) in x87_fdivp()
1779 void x87_fdivrp( struct x86_function *p, struct x86_reg dst ) in x87_fdivrp()
1924 void x87_fst( struct x86_function *p, struct x86_reg dst ) in x87_fst()
1935 void x87_fstp( struct x86_function *p, struct x86_reg dst ) in x87_fstp()
1953 void x87_fcom( struct x86_function *p, struct x86_reg dst ) in x87_fcom()
1965 void x87_fcomp( struct x86_function *p, struct x86_reg dst ) in x87_fcomp()
1991 void x87_fnstsw( struct x86_function *p, struct x86_reg dst ) in x87_fnstsw()
2006 void x87_fnstcw( struct x86_function *p, struct x86_reg dst ) in x87_fnstcw()
2032 struct x86_reg dst, in mmx_packssdw()
2046 struct x86_reg dst, in mmx_packuswb()
2060 struct x86_reg dst, in mmx_movd()
2070 struct x86_reg dst, in mmx_movq()