general) due to the fact that it takes up two RM.EXTRA bits, putting
pressure on developers by restricting the register range as above.
-# LD/ST with zero-immediate
+# LD/ST with zero-immediate vs mapreduce mode
LD/ST operations with a zero immediate effectively means that on a
Vector operation the element index to offset the memory location is
peripherals and other crucial uses. Thus, *despite not being a mapreduce mode*,
zero-immediates cause multiple hits on the same element.
-Recall above that mapreduce mode is not actually mapreduce at all: it is
+Mapreduce mode is not actually mapreduce at all: it is
a relaxation of the normal rule where if the destination is a Scalar the
Vector for-looping is not terminated on first write to the destination.
Instead, the developer is expected to exploit the strict Program Order,