Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c131 static uint64_t do_fmadd_s(CPURISCVState *env, uint64_t rs1, uint64_t rs2, in do_fmadd_s() function
144 return do_fmadd_s(env, frs1, frs2, frs3, 0); in helper_fmadd_s()
162 return do_fmadd_s(env, frs1, frs2, frs3, float_muladd_negate_c); in helper_fmsub_s()
181 return do_fmadd_s(env, frs1, frs2, frs3, float_muladd_negate_product); in helper_fnmsub_s()
200 return do_fmadd_s(env, frs1, frs2, frs3, in helper_fnmadd_s()