Home
last modified time | relevance | path

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

/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/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/i386/tcg/
H A Dfpu_helper.c158 static inline floatx80 helper_fdiv(CPUX86State *env, floatx80 a, floatx80 b) in helper_fdiv() function