You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
117 B
6 lines
117 B
// vwmul.vv vd, vs2, vs1
|
|
VI_CHECK_DSS(true);
|
|
VI_VV_LOOP_WIDEN
|
|
({
|
|
VI_WIDE_OP_AND_ASSIGN(vs2, vs1, 0, *, +, int);
|
|
})
|
|
|