Lines Matching defs:dst
146 struct x86_reg dst, in emit_op_modrm()
308 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm()
356 struct x86_reg dst, in x86_mov()
363 struct x86_reg dst, in x86_xor()
370 struct x86_reg dst, in x86_cmp()
377 struct x86_reg dst, in x86_lea()
385 struct x86_reg dst, in x86_test()
393 struct x86_reg dst, in x86_add()
407 struct x86_reg dst, in x86_sub()
414 struct x86_reg dst, in x86_or()
421 struct x86_reg dst, in x86_and()
435 struct x86_reg dst, in sse_movss()
443 struct x86_reg dst, in sse_movaps()
451 struct x86_reg dst, in sse_movups()
459 struct x86_reg dst, in sse_movhps()
468 struct x86_reg dst, in sse_movlps()
477 struct x86_reg dst, in sse_maxps()
485 struct x86_reg dst, in sse_maxss()
493 struct x86_reg dst, in sse_divss()
501 struct x86_reg dst, in sse_minps()
509 struct x86_reg dst, in sse_subps()
517 struct x86_reg dst, in sse_mulps()
525 struct x86_reg dst, in sse_mulss()
533 struct x86_reg dst, in sse_addps()
541 struct x86_reg dst, in sse_addss()
549 struct x86_reg dst, in sse_andnps()
557 struct x86_reg dst, in sse_andps()
565 struct x86_reg dst, in sse_rsqrtps()
573 struct x86_reg dst, in sse_rsqrtss()
582 struct x86_reg dst, in sse_movhlps()
591 struct x86_reg dst, in sse_movlhps()
600 struct x86_reg dst, in sse_orps()
608 struct x86_reg dst, in sse_xorps()
616 struct x86_reg dst, in sse_cvtps2pi()
678 struct x86_reg dst, in sse2_cvttps2dq()
686 struct x86_reg dst, in sse2_cvtps2dq()
694 struct x86_reg dst, in sse2_packssdw()
702 struct x86_reg dst, in sse2_packsswb()
710 struct x86_reg dst, in sse2_packuswb()
718 struct x86_reg dst, in sse2_rcpps()
726 struct x86_reg dst, in sse2_rcpss()
734 struct x86_reg dst, in sse2_movd()
747 void x87_fist( struct x86_function *p, struct x86_reg dst ) in x87_fist()
753 void x87_fistp( struct x86_function *p, struct x86_reg dst ) in x87_fistp()
811 static void x87_arith_op( struct x86_function *p, struct x86_reg dst, struct x86_reg arg, in x87_arith_op()
837 void x87_fmul( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fmul()
845 void x87_fsub( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fsub()
853 void x87_fsubr( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fsubr()
861 void x87_fadd( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fadd()
869 void x87_fdiv( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fdiv()
877 void x87_fdivr( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fdivr()
885 void x87_fmulp( struct x86_function *p, struct x86_reg dst ) in x87_fmulp()
892 void x87_fsubp( struct x86_function *p, struct x86_reg dst ) in x87_fsubp()
899 void x87_fsubrp( struct x86_function *p, struct x86_reg dst ) in x87_fsubrp()
906 void x87_faddp( struct x86_function *p, struct x86_reg dst ) in x87_faddp()
913 void x87_fdivp( struct x86_function *p, struct x86_reg dst ) in x87_fdivp()
920 void x87_fdivrp( struct x86_function *p, struct x86_reg dst ) in x87_fdivrp()
1034 void x87_fst( struct x86_function *p, struct x86_reg dst ) in x87_fst()
1044 void x87_fstp( struct x86_function *p, struct x86_reg dst ) in x87_fstp()
1054 void x87_fcom( struct x86_function *p, struct x86_reg dst ) in x87_fcom()
1064 void x87_fcomp( struct x86_function *p, struct x86_reg dst ) in x87_fcomp()
1075 void x87_fnstsw( struct x86_function *p, struct x86_reg dst ) in x87_fnstsw()
1103 struct x86_reg dst, in mmx_packssdw()
1116 struct x86_reg dst, in mmx_packuswb()
1129 struct x86_reg dst, in mmx_movd()
1138 struct x86_reg dst, in mmx_movq()