Searched refs:do_mulh_h (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 1002 static inline uint16_t do_mulh_h(int32_t n, int32_t m) in do_mulh_h() function 1028 DO_2OP(vmulhsh, 2, int16_t, do_mulh_h) 1031 DO_2OP(vmulhuh, 2, uint16_t, do_mulh_h)
|
H A D | sve_helper.c | 287 static inline uint16_t do_mulh_h(int32_t n, int32_t m) in do_mulh_h() function 317 DO_ZPZZ(sve_smulh_zpzz_h, int16_t, H1_2, do_mulh_h) in DO_ZPZZ() 322 DO_ZPZZ(sve_umulh_zpzz_h, uint16_t, H1_2, do_mulh_h) in DO_ZPZZ()
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 1633 static int16_t do_mulh_h(int16_t s2, int16_t s1) in do_mulh_h() function 1719 RVVCALL(OPIVV2, vmulh_vv_h, OP_SSS_H, H2, H2, H2, do_mulh_h) 1748 RVVCALL(OPIVX2, vmulh_vx_h, OP_SSS_H, H2, H2, do_mulh_h)
|