x3 = x3 + x4
x9 = x9 + x14
```
+
+These are clearly regular patterns, and if there was a
+system of "register offsets" available, it would be possible
+to put a loop around one single add instead of unrolling 32
+operations. This is where REMAP Indexing steps in.
## Introduction to REMAP Indexing
REMAP Indexing performs any arbitrary re-positioning of elements.
+In effect it makes it possible to perform "arrbitrary addressing"
+at runtime of registers.
Where normally any other Vector Processor would only be able to do a
sequential element-level series of operations, and if re-ordering
of the elements is required use a special re-ordering instruction,