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.
 
 
 
 
 
 

6 lines
121 B

require_rv64;
reg_t rd_tmp = RS2; \
P_RS1_LOOP_BASE(32)
P_RS1_PARAMS(32)
rd_tmp += sext_xlen(p_rs1);
P_RD_LOOP_END()