Searched refs:fmacc32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 3354 static uint32_t fmacc32(uint32_t a, uint32_t b, uint32_t d, float_status *s) 3365 RVVCALL(OPFVV3, vfmacc_vv_w, OP_UUU_W, H4, H4, H4, fmacc32) in fmacc64() 3381 RVVCALL(OPFVF3, vfmacc_vf_w, OP_UUU_W, H4, H4, fmacc32) in RVVCALL() 3357 static uint32_t fmacc32(uint32_t a, uint32_t b, uint32_t d, float_status *s) fmacc32() function
|