Home
last modified time | relevance | path

Searched defs: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()
477 void helper_fmov_FT0_STN(CPUX86State *env, int st_index) in helper_fmov_FT0_STN()
482 void helper_fmov_ST0_STN(CPUX86State *env, int st_index) in helper_fmov_ST0_STN()
487 void helper_fmov_STN_ST0(CPUX86State *env, int st_index) in helper_fmov_STN_ST0()
492 void helper_fxchg_ST0_STN(CPUX86State *env, int st_index) in helper_fxchg_ST0_STN()
593 void helper_fadd_STN_ST0(CPUX86State *env, int st_index) in helper_fadd_STN_ST0()
600 void helper_fmul_STN_ST0(CPUX86State *env, int st_index) in helper_fmul_STN_ST0()
607 void helper_fsub_STN_ST0(CPUX86State *env, int st_index) in helper_fsub_STN_ST0()
614 void helper_fsubr_STN_ST0(CPUX86State *env, int st_index) in helper_fsubr_STN_ST0()
621 void helper_fdiv_STN_ST0(CPUX86State *env, int st_index) in helper_fdiv_STN_ST0()
[all …]
/openbmc/qemu/target/i386/
H A Dgdbstub.c142 int st_index = n - IDX_FP_REGS; in x86_cpu_gdb_read_register() local
/openbmc/linux/kernel/
H A Dwatch_queue.c163 unsigned int st_index = n->subtype / st_bits; in filter_watch_notification() local