Searched refs:fmadd64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 3484 static uint64_t fmadd64(uint64_t a, uint64_t b, uint64_t d, float_status *s) in fmadd32() 3491 RVVCALL(OPFVV3, vfmadd_vv_d, OP_UUU_D, H8, H8, H8, fmadd64) 3497 RVVCALL(OPFVF3, vfmadd_vf_d, OP_UUU_D, H8, H8, fmadd64) in RVVCALL() 3487 static uint64_t fmadd64(uint64_t a, uint64_t b, uint64_t d, float_status *s) fmadd64() function
|