HomeSort by relevance Sort by last modified time
    Searched refs:st_index (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/crec/
srec_stats.c 89 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/
fpu_helper.c 326 void helper_ffree_STN(CPUX86State *env, int st_index)
328 env->fptags[(env->fpstt + st_index) & 7] = 1;
336 void helper_fmov_FT0_STN(CPUX86State *env, int st_index)
338 FT0 = ST(st_index);
341 void helper_fmov_ST0_STN(CPUX86State *env, int st_index)
343 ST0 = ST(st_index);
346 void helper_fmov_STN_ST0(CPUX86State *env, int st_index)
348 ST(st_index) = ST0;
351 void helper_fxchg_ST0_STN(CPUX86State *env, int st_index)
354 tmp = ST(st_index);
    [all...]

Completed in 81 milliseconds