Searched refs:st_index (Results 1 – 3 of 3) sorted by relevance
467 void helper_ffree_STN(CPUX86State *env, int st_index) in helper_ffree_STN() argument469 env->fptags[(env->fpstt + st_index) & 7] = 1; in helper_ffree_STN()477 void helper_fmov_FT0_STN(CPUX86State *env, int st_index) in helper_fmov_FT0_STN() argument479 FT0 = ST(st_index); in helper_fmov_FT0_STN()482 void helper_fmov_ST0_STN(CPUX86State *env, int st_index) in helper_fmov_ST0_STN() argument484 ST0 = ST(st_index); in helper_fmov_ST0_STN()487 void helper_fmov_STN_ST0(CPUX86State *env, int st_index) in helper_fmov_STN_ST0() argument489 ST(st_index) = ST0; in helper_fmov_STN_ST0()492 void helper_fxchg_ST0_STN(CPUX86State *env, int st_index) in helper_fxchg_ST0_STN() argument496 tmp = ST(st_index); in helper_fxchg_ST0_STN()[all …]
142 int st_index = n - IDX_FP_REGS; in x86_cpu_gdb_read_register() local143 int r_index = (st_index + env->fpstt) % 8; in x86_cpu_gdb_read_register()
163 unsigned int st_index = n->subtype / st_bits; in filter_watch_notification() local173 (wt->subtype_filter[st_index] & st_bit) && in filter_watch_notification()