be reinterpreted as indicating which SVSTATE (0-3)
should be tested and placed into CR0.
-* setvl immediate = 1: only VL testing is enabled. CR0.SO is set
+TODO clarify/investigate
+
+* `SVi=1`: only VL testing is enabled. CR0.SO is set
to 1 when either srcstep or dststep reach VL
-* setvl immediate = 2: also include inner middle and outer
+* `SVi=2`: also include inner middle and outer
loop end conditions from SVSTATE0 into CR.EQ CR.LE CR.GT
-* setvl immediate = 3: test SVSTATE1
-* setvl immediate = 4: test SVSTATE2
-* setvl immediate = 5: test SVSTATE3
+* `SVi=3`: test SVSTATE1
+* `SVi=4`: test SVSTATE2
+* `SVi=5`: test SVSTATE3
+* When `SVi` is 6, `SVSTATE.srcstep` is returned.
+* When `SVi` is 7, `SVSTATE.dststep` is returned.
+
Testing any end condition of any loop of any REMAP state allows branches to be used to create loops.