Lines Matching defs:dst

143 			   struct x86_reg dst,  in emit_op_modrm()
305 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm()
353 struct x86_reg dst, in x86_mov()
360 struct x86_reg dst, in x86_xor()
367 struct x86_reg dst, in x86_cmp()
374 struct x86_reg dst, in x86_lea()
382 struct x86_reg dst, in x86_test()
390 struct x86_reg dst, in x86_add()
404 struct x86_reg dst, in x86_sub()
411 struct x86_reg dst, in x86_or()
418 struct x86_reg dst, in x86_and()
432 struct x86_reg dst, in sse_movss()
440 struct x86_reg dst, in sse_movaps()
448 struct x86_reg dst, in sse_movups()
456 struct x86_reg dst, in sse_movhps()
465 struct x86_reg dst, in sse_movlps()
474 struct x86_reg dst, in sse_maxps()
482 struct x86_reg dst, in sse_maxss()
490 struct x86_reg dst, in sse_divss()
498 struct x86_reg dst, in sse_minps()
506 struct x86_reg dst, in sse_subps()
514 struct x86_reg dst, in sse_mulps()
522 struct x86_reg dst, in sse_mulss()
530 struct x86_reg dst, in sse_addps()
538 struct x86_reg dst, in sse_addss()
546 struct x86_reg dst, in sse_andnps()
554 struct x86_reg dst, in sse_andps()
562 struct x86_reg dst, in sse_rsqrtps()
570 struct x86_reg dst, in sse_rsqrtss()
579 struct x86_reg dst, in sse_movhlps()
588 struct x86_reg dst, in sse_movlhps()
597 struct x86_reg dst, in sse_orps()
605 struct x86_reg dst, in sse_xorps()
613 struct x86_reg dst, in sse_cvtps2pi()
675 struct x86_reg dst, in sse2_cvttps2dq()
683 struct x86_reg dst, in sse2_cvtps2dq()
691 struct x86_reg dst, in sse2_packssdw()
699 struct x86_reg dst, in sse2_packsswb()
707 struct x86_reg dst, in sse2_packuswb()
715 struct x86_reg dst, in sse2_rcpps()
723 struct x86_reg dst, in sse2_rcpss()
731 struct x86_reg dst, in sse2_movd()
744 void x87_fist( struct x86_function *p, struct x86_reg dst ) in x87_fist()
750 void x87_fistp( struct x86_function *p, struct x86_reg dst ) in x87_fistp()
808 static void x87_arith_op( struct x86_function *p, struct x86_reg dst, struct x86_reg arg, in x87_arith_op()
834 void x87_fmul( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fmul()
842 void x87_fsub( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fsub()
850 void x87_fsubr( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fsubr()
858 void x87_fadd( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fadd()
866 void x87_fdiv( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fdiv()
874 void x87_fdivr( struct x86_function *p, struct x86_reg dst, struct x86_reg arg ) in x87_fdivr()
882 void x87_fmulp( struct x86_function *p, struct x86_reg dst ) in x87_fmulp()
889 void x87_fsubp( struct x86_function *p, struct x86_reg dst ) in x87_fsubp()
896 void x87_fsubrp( struct x86_function *p, struct x86_reg dst ) in x87_fsubrp()
903 void x87_faddp( struct x86_function *p, struct x86_reg dst ) in x87_faddp()
910 void x87_fdivp( struct x86_function *p, struct x86_reg dst ) in x87_fdivp()
917 void x87_fdivrp( struct x86_function *p, struct x86_reg dst ) in x87_fdivrp()
1031 void x87_fst( struct x86_function *p, struct x86_reg dst ) in x87_fst()
1041 void x87_fstp( struct x86_function *p, struct x86_reg dst ) in x87_fstp()
1051 void x87_fcom( struct x86_function *p, struct x86_reg dst ) in x87_fcom()
1061 void x87_fcomp( struct x86_function *p, struct x86_reg dst ) in x87_fcomp()
1072 void x87_fnstsw( struct x86_function *p, struct x86_reg dst ) in x87_fnstsw()
1100 struct x86_reg dst, in mmx_packssdw()
1113 struct x86_reg dst, in mmx_packuswb()
1126 struct x86_reg dst, in mmx_movd()
1135 struct x86_reg dst, in mmx_movq()