aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vwmacc_vx.h
blob: 5ae597a2678c0813ec3e23239820dc3151685182 (plain)
1
2
3
4
5
6
// vwmacc.vx vd, vs2, rs1
VI_CHECK_DSS(false);
VI_VX_LOOP_WIDEN
({
  VI_WIDE_OP_AND_ASSIGN(vs2, rs1, vd_w, *, +, int);
})