aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmulhu_vx.h
blob: 672ad32df2e8d65110420514313d74a83f792269 (plain)
1
2
3
4
5
// vmulhu vd ,vs2, rs1
VI_VX_ULOOP
({
  vd = ((uint128_t)vs2 * rs1) >> sew;
})