mode bits are set.
In short, Vectorised Branch becomes an extremely powerful tool.
+* **Micro-Architectural Implementation Note**: when implemented on
+top of a Multi-Issue Out-of-Order Engine it is possible to pass
+a copy of the predicate and the prerequisite CR Fields to all
+Branch Units, as well as the current value of CTR at the time of
+multi-issue, and for each Branch Unit to compute how many times
+CTR would be subtracted, in a fully-deterministic and parallel
+fashion. A SIMD-based Branch Unit, receiving and processing
+multiple CR Fields covered by multiple predicate bits, would
+do the exact same thing.*
+
## CTR-test
Where a standard Scalar v3.0B branch unconditionally decrements
entirely skip an element when sz=0 and a predicate mask bit is zero.
It is also critical to emphasise that in this unusual mode,
no other side-effects occur: **only** CTR is decremented, i.e. the
-rest of the Branch operation iss skipped.
+rest of the Branch operation is skipped.
# VLSET Mode