Home
last modified time | relevance | path

Searched defs:st_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c490 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 Dgdbstub.c142 int st_index = n - IDX_FP_REGS; in x86_cpu_gdb_read_register() local