depending on whether VLi (VL "inclusive") is set.
Thus the new VL comprises a contiguous vector of results, all of which
-pass the testing criteria (equal to zero, less than zero).
+pass the testing criteria (equal to zero, less than zero). Demonstrated
+approximately in pseudocode:
+
+```
+for i in range(VL):
+ GPR[RT+i], CR[i] = operation(GPR[RA+i]... )
+ if test(CR[i]) == failure:
+ VL = i+VLi
+ break
+```
The CR-based data-driven fail-on-first is new and not
found in ARM SVE or RVV. At the same time it is also