Lines Matching defs:dst
147 struct x86_reg dst, in emit_op_modrm()
309 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm()
357 struct x86_reg dst, in x86_mov()
364 struct x86_reg dst, in x86_xor()
371 struct x86_reg dst, in x86_cmp()
378 struct x86_reg dst, in x86_lea()
386 struct x86_reg dst, in x86_test()
394 struct x86_reg dst, in x86_add()
408 struct x86_reg dst, in x86_sub()
415 struct x86_reg dst, in x86_or()
422 struct x86_reg dst, in x86_and()
436 struct x86_reg dst, in sse_movss()
444 struct x86_reg dst, in sse_movaps()
452 struct x86_reg dst, in sse_movups()
460 struct x86_reg dst, in sse_movhps()
469 struct x86_reg dst, in sse_movlps()
478 struct x86_reg dst, in sse_maxps()
486 struct x86_reg dst, in sse_maxss()
494 struct x86_reg dst, in sse_divss()
502 struct x86_reg dst, in sse_minps()
510 struct x86_reg dst, in sse_subps()
518 struct x86_reg dst, in sse_mulps()
526 struct x86_reg dst, in sse_mulss()
534 struct x86_reg dst, in sse_addps()
542 struct x86_reg dst, in sse_addss()
550 struct x86_reg dst, in sse_andnps()
558 struct x86_reg dst, in sse_andps()
566 struct x86_reg dst, in sse_rsqrtps()
574 struct x86_reg dst, in sse_rsqrtss()
583 struct x86_reg dst, in sse_movhlps()
592 struct x86_reg dst, in sse_movlhps()
601 struct x86_reg dst, in sse_orps()
609 struct x86_reg dst, in sse_xorps()
617 struct x86_reg dst, in sse_cvtps2pi()
679 struct x86_reg dst, in sse2_cvttps2dq()
687 struct x86_reg dst, in sse2_cvtps2dq()
695 struct x86_reg dst, in sse2_packssdw()
703 struct x86_reg dst, in sse2_packsswb()
711 struct x86_reg dst, in sse2_packuswb()
719 struct x86_reg dst, in sse2_rcpps()
727 struct x86_reg dst, in sse2_rcpss()
735 struct x86_reg dst, in sse2_movd()
748 void x87_fist( struct x86_function *p, struct x86_reg dst ) in x87_fist()
754 void x87_fistp( struct x86_function *p, struct x86_reg dst ) in x87_fistp()
812 static void x87_arith_op( struct x86_function *p, struct x86_reg dst, struct x86_reg arg, in x87_arith_op()
838 void x87_fmul( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fmul()
846 void x87_fsub( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fsub()
854 void x87_fsubr( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fsubr()
862 void x87_fadd( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fadd()
870 void x87_fdiv( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fdiv()
878 void x87_fdivr( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fdivr()
886 void x87_fmulp( struct x86_function *p, struct x86_reg dst ) in x87_fmulp()
893 void x87_fsubp( struct x86_function *p, struct x86_reg dst ) in x87_fsubp()
900 void x87_fsubrp( struct x86_function *p, struct x86_reg dst ) in x87_fsubrp()
907 void x87_faddp( struct x86_function *p, struct x86_reg dst ) in x87_faddp()
914 void x87_fdivp( struct x86_function *p, struct x86_reg dst ) in x87_fdivp()
921 void x87_fdivrp( struct x86_function *p, struct x86_reg dst ) in x87_fdivrp()
1035 void x87_fst( struct x86_function *p, struct x86_reg dst ) in x87_fst()
1045 void x87_fstp( struct x86_function *p, struct x86_reg dst ) in x87_fstp()
1055 void x87_fcom( struct x86_function *p, struct x86_reg dst ) in x87_fcom()
1065 void x87_fcomp( struct x86_function *p, struct x86_reg dst ) in x87_fcomp()
1076 void x87_fnstsw( struct x86_function *p, struct x86_reg dst ) in x87_fnstsw()
1104 struct x86_reg dst, in mmx_packssdw()
1117 struct x86_reg dst, in mmx_packuswb()
1130 struct x86_reg dst, in mmx_movd()
1139 struct x86_reg dst, in mmx_movq()