Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dvector_helper.c2750 static int32_t vsmul32(CPURISCVState *env, int vxrm, int32_t a, int32_t b) in vsmul16()
2800 RVVCALL(OPIVV2_RM, vsmul_vv_w, OP_SSS_W, H4, H4, H4, vsmul32)
2809 RVVCALL(OPIVX2_RM, vsmul_vx_w, OP_SSS_W, H4, H4, vsmul32) in RVVCALL()
2753 static int32_t vsmul32(CPURISCVState *env, int vxrm, int32_t a, int32_t b) vsmul32() function