Searched refs:do_mulh_w (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 1007 static inline uint32_t do_mulh_w(int64_t n, int64_t m) in do_mulh_w() function 1029 DO_2OP(vmulhsw, 4, int32_t, do_mulh_w) 1032 DO_2OP(vmulhuw, 4, uint32_t, do_mulh_w)
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 1638 static int32_t do_mulh_w(int32_t s2, int32_t s1) in do_mulh_w() function 1720 RVVCALL(OPIVV2, vmulh_vv_w, OP_SSS_W, H4, H4, H4, do_mulh_w) 1749 RVVCALL(OPIVX2, vmulh_vx_w, OP_SSS_W, H4, H4, do_mulh_w)
|