Searched refs:do_fmadd_h (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 121 static uint64_t do_fmadd_h(CPURISCVState *env, uint64_t rs1, uint64_t rs2, in do_fmadd_h() function 156 return do_fmadd_h(env, frs1, frs2, frs3, 0); in helper_fmadd_h() 175 return do_fmadd_h(env, frs1, frs2, frs3, float_muladd_negate_c); in helper_fmsub_h() 194 return do_fmadd_h(env, frs1, frs2, frs3, float_muladd_negate_product); in helper_fnmsub_h() 214 return do_fmadd_h(env, frs1, frs2, frs3, in helper_fnmadd_h()
|