Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dfpu_helper.c326 void helper_ffree_STN(CPUX86State *env, int st_index) in helper_ffree_STN() argument
328 env->fptags[(env->fpstt + st_index) & 7] = 1; in helper_ffree_STN()
336 void helper_fmov_FT0_STN(CPUX86State *env, int st_index) in helper_fmov_FT0_STN() argument
338 FT0 = ST(st_index); in helper_fmov_FT0_STN()
341 void helper_fmov_ST0_STN(CPUX86State *env, int st_index) in helper_fmov_ST0_STN() argument
343 ST0 = ST(st_index); in helper_fmov_ST0_STN()
346 void helper_fmov_STN_ST0(CPUX86State *env, int st_index) in helper_fmov_STN_ST0() argument
348 ST(st_index) = ST0; in helper_fmov_STN_ST0()
351 void helper_fxchg_ST0_STN(CPUX86State *env, int st_index) in helper_fxchg_ST0_STN() argument
354 tmp = ST(st_index); in helper_fxchg_ST0_STN()
[all …]
/external/srec/srec/crec/
Dsrec_stats.c89 stokenID st_index; in srec_stats_update() local
95 st_index = rec->active_fsmarc_tokens; in srec_stats_update()
96 for (num = 0; st_index != MAXstokenID; st_index = stoken->next_token_index) in srec_stats_update()
98 stoken = &rec->fsmarc_token_array[st_index]; in srec_stats_update()