(no commit message)
authorlkcl <lkcl@web>
Sat, 2 Apr 2022 14:07:47 +0000 (15:07 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 2 Apr 2022 14:07:47 +0000 (15:07 +0100)
openpower/sv/branches.mdwn

index c3e501252ff556b830f0ba4f78969623127b63c0..2347ed6cf991e867b00b6e70dc2eae053321bd3f 100644 (file)
@@ -180,8 +180,10 @@ Brief description of fields:
   destruction of LR during loops (particularly Vertical-First
   ones).
 * **VSb** In VLSET Mode, after testing,
-  if VSb is set, VL is truncated if the branch succeeds.  If VSb is clear,
-  VL is truncated if the branch did **not** take place.
+  if VSb is set, VL is truncated if the test succeeds.  If VSb is clear,
+  VL is truncated if a test *fails*. Masked-out (skipped)
+  bits are not considered
+  part of testing.
 * **CTi** CTR inversion. CTR-test Mode normally decrements per element
   tested. CTR inversion decrements if a test *fails*. Only relevant
   in CTR-test Mode.