Searched defs:st_index (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dop_helper.c4487 void helper_ffree_STN(int st_index) argument
4489 env->fptags[(env->fpstt + st_index) & 7] = 1;
4497 void helper_fmov_FT0_STN(int st_index) argument
4499 FT0 = ST(st_index);
4502 void helper_fmov_ST0_STN(int st_index) argument
4504 ST0 = ST(st_index);
4507 void helper_fmov_STN_ST0(int st_index) argument
4509 ST(st_index) = ST0;
4512 void helper_fxchg_ST0_STN(int st_index) argument
4515 tmp = ST(st_index);
4596 helper_fadd_STN_ST0(int st_index) argument
4601 helper_fmul_STN_ST0(int st_index) argument
4606 helper_fsub_STN_ST0(int st_index) argument
4611 helper_fsubr_STN_ST0(int st_index) argument
4618 helper_fdiv_STN_ST0(int st_index) argument
4625 helper_fdivr_STN_ST0(int st_index) argument
[all...]

Completed in 62 milliseconds