aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmulh_vx.h
blob: b6b5503674748266a65213480d79cecc3ef79bc5 (plain)
1
2
3
4
5
// vmulh vd, vs2, rs1
VI_VX_LOOP
({
  vd = ((int128_t)vs2 * rs1) >> sew;
})