Home
last modified time | relevance | path

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

/openbmc/qemu/target/microblaze/
H A Dop_helper.c188 uint32_t helper_fdiv(CPUMBState *env, uint32_t a, uint32_t b) in helper_fdiv() function
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c254 uint32_t helper_fdiv(CPUTriCoreState *env, uint32_t r1, uint32_t r2) in helper_fdiv() function
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c198 static inline floatx80 helper_fdiv(CPUX86State *env, floatx80 a, floatx80 b) in helper_fdiv() function
583 ST0 = helper_fdiv(env, ST0, FT0); in helper_fdiv_ST0_FT0()
588 ST0 = helper_fdiv(env, FT0, ST0); in helper_fdivr_ST0_FT0()
626 *p = helper_fdiv(env, *p, ST0); in helper_fdiv_STN_ST0()
634 *p = helper_fdiv(env, ST0, *p); in helper_fdivr_STN_ST0()