#endif
#endif
}
- // identify which regs have had their CSR entries set as vectorised.
- // really could do with a macro for-loop here... oh well...
- // integer ops, RD, RS1, RS2, RS3 (use sv_int_tb)
+#if 0 // useful test at one point...
if (insn.sv_check_reg(true, 15))
{
fprintf(stderr, "reg %s %x rd %ld rs1 %ld rs2 %ld vlen %d\n",
xstr(INSN), INSNCODE, s_insn.rd(), s_insn.rs1(), s_insn.rs2(),
vlen);
}
+#endif
// if vectorop is set, one of the regs is not a scalar,
// so we must read the VL CSR and do a loop
if (vlen == 0)