Home
last modified time | relevance | path

Searched refs:helper_fmul (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/microblaze/
H A Dop_helper.c173 uint32_t helper_fmul(CPUMBState *env, uint32_t a, uint32_t b) in helper_fmul() function
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c147 uint32_t helper_fmul(CPUTriCoreState *env, uint32_t r1, uint32_t r2) in FADD_SUB()