Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dvector_helper.c3479 static uint32_t fmadd32(uint32_t a, uint32_t b, uint32_t d, float_status *s) in RVVCALL()
3490 RVVCALL(OPFVV3, vfmadd_vv_w, OP_UUU_W, H4, H4, H4, fmadd32) in fmadd64()
3496 RVVCALL(OPFVF3, vfmadd_vf_w, OP_UUU_W, H4, H4, fmadd32) in RVVCALL()
3482 static uint32_t fmadd32(uint32_t a, uint32_t b, uint32_t d, float_status *s) fmadd32() function