following auto-generated page: [[opcode_regs_deduped]]. These tables,
despite being auto-generated, are part of the Specification.
-# SV pseudocode illilustration
+# SV pseudocode illustration
## Single-predicated Instruction
if (rd.isvec) { id += 1; }
if (rs1.isvec) { irs1 += 1; }
if (rs2.isvec) { irs2 += 1; }
- if (id == VL or irs1 == VL or irs2 == VL)
- {
+ if (id == VL or irs1 == VL or irs2 == VL) {
# end VL hardware loop
STATE.srcoffs = 0; # reset
return;