Spike, a RISC-V ISA Simulator
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.
 
 
 
 
 
 

11 lines
204 B

// vqdot.vv vd, vs2, vs1, vm
#include "vdot4a_common.h"
require_extension(EXT_ZVDOT4A);
require(P.VU.vsew == e32);
VI_VV_LOOP
({
VQDOT(vs1, vs2, int8_t, int8_t);
vd = (vd + result) & 0xffffffff;
})