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

/external/srec/srec/crec/
H A Dsrec_stats.c89 stokenID st_index; local
95 st_index = rec->active_fsmarc_tokens;
96 for (num = 0; st_index != MAXstokenID; st_index = stoken->next_token_index)
98 stoken = &rec->fsmarc_token_array[st_index];
/external/qemu/target-i386/
H A Dop_helper.c3656 void helper_ffree_STN(int st_index) argument
3658 env->fptags[(env->fpstt + st_index) & 7] = 1;
3666 void helper_fmov_FT0_STN(int st_index) argument
3668 FT0 = ST(st_index);
3671 void helper_fmov_ST0_STN(int st_index) argument
3673 ST0 = ST(st_index);
3676 void helper_fmov_STN_ST0(int st_index) argument
3678 ST(st_index) = ST0;
3681 void helper_fxchg_ST0_STN(int st_index) argument
3684 tmp = ST(st_index);
3765 helper_fadd_STN_ST0(int st_index) argument
3770 helper_fmul_STN_ST0(int st_index) argument
3775 helper_fsub_STN_ST0(int st_index) argument
3780 helper_fsubr_STN_ST0(int st_index) argument
3787 helper_fdiv_STN_ST0(int st_index) argument
3794 helper_fdivr_STN_ST0(int st_index) argument
[all...]

Completed in 232 milliseconds