aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmulh_vv.h
blob: e861a3397ad27816ac6565fa9ef7383755b2e922 (plain)
1
2
3
4
5
// vmulh vd, vs2, vs1
VI_VV_LOOP
({
  vd = ((int128_t)vs2 * vs1) >> sew;
})