aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vwmacc_vv.h
blob: 7208c6d6968e91c9afa238e44361f64b1162b589 (plain)
1
2
3
4
5
6
// vwmacc.vv vd, vs2, vs1
VI_CHECK_DSS(true);
VI_VV_LOOP_WIDEN
({
  VI_WIDE_OP_AND_ASSIGN(vs2, vs1, vd_w, *, +, int);
})