"register" but that from that location onwards the elements *overlap
subsequent registers*.
+![image](/svp64-primer/img/svp64_regs.svg){ width=40% }
+
Here is another way to view the same concept, bearing in mind that it
is assumed a LE memory order:
register number (`RT`, `RA`) indicates the *starting* point for the storage
and retrieval of the elements.
-![image](/svp64-primer/img/svp64_regs.svg)
-
Our simple loop, instead of accessing the array of regfile entries
with a computed index `iregs[RT+i]`, would access the appropriate element
of the appropriate width, such as `iregs[RT].s[i]` in order to access