Searched defs:st_index (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 490 void helper_ffree_STN(CPUX86State *env, int st_index) in helper_ffree_STN() 500 void helper_fmov_FT0_STN(CPUX86State *env, int st_index) in helper_fmov_FT0_STN() 505 void helper_fmov_ST0_STN(CPUX86State *env, int st_index) in helper_fmov_ST0_STN() 510 void helper_fmov_STN_ST0(CPUX86State *env, int st_index) in helper_fmov_STN_ST0() 515 void helper_fxchg_ST0_STN(CPUX86State *env, int st_index) in helper_fxchg_ST0_STN() 616 void helper_fadd_STN_ST0(CPUX86State *env, int st_index) in helper_fadd_STN_ST0() 623 void helper_fmul_STN_ST0(CPUX86State *env, int st_index) in helper_fmul_STN_ST0() 630 void helper_fsub_STN_ST0(CPUX86State *env, int st_index) in helper_fsub_STN_ST0() 637 void helper_fsubr_STN_ST0(CPUX86State *env, int st_index) in helper_fsubr_STN_ST0() 644 void helper_fdiv_STN_ST0(CPUX86State *env, int st_index) in helper_fdiv_STN_ST0() [all …]
|
/openbmc/qemu/target/i386/ |
H A D | gdbstub.c | 142 int st_index = n - IDX_FP_REGS; in x86_cpu_gdb_read_register() local
|
/openbmc/linux/kernel/ |
H A D | watch_queue.c | 163 unsigned int st_index = n->subtype / st_bits; in filter_watch_notification() local
|