Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dvector_helper.c3323 static uint64_t vfwmul32(uint32_t a, uint32_t b, float_status *s) in RVVCALL()
3330 RVVCALL(OPFVV2, vfwmul_vv_w, WOP_UUU_W, H8, H4, H4, vfwmul32) in vfwmul32()
3334 RVVCALL(OPFVF2, vfwmul_vf_w, WOP_UUU_W, H8, H4, vfwmul32) in RVVCALL()
3326 static uint64_t vfwmul32(uint32_t a, uint32_t b, float_status *s) vfwmul32() function