Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c467 void helper_ffree_STN(CPUX86State *env, int st_index) in helper_ffree_STN() argument
469 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() argument
479 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() argument
484 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() argument
489 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() argument
496 tmp = ST(st_index); in helper_fxchg_ST0_STN()
[all …]
/openbmc/qemu/target/i386/
H A Dgdbstub.c142 int st_index = n - IDX_FP_REGS; in x86_cpu_gdb_read_register() local
143 int r_index = (st_index + env->fpstt) % 8; in x86_cpu_gdb_read_register()
/openbmc/linux/kernel/
H A Dwatch_queue.c163 unsigned int st_index = n->subtype / st_bits; in filter_watch_notification() local
173 (wt->subtype_filter[st_index] & st_bit) && in filter_watch_notification()