Searched refs:fmadd16 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 3477 static uint16_t fmadd16(uint16_t a, uint16_t b, uint16_t d, float_status *s) in RVVCALL() 3492 RVVCALL(OPFVV3, vfmadd_vv_h, OP_UUU_H, H2, H2, H2, fmadd16) in RVVCALL() argument 3498 RVVCALL(OPFVF3, vfmadd_vf_h, OP_UUU_H, H2, H2, fmadd16) in RVVCALL()
|