(no commit message)
authorlkcl <lkcl@web>
Thu, 2 Sep 2021 12:27:42 +0000 (13:27 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 2 Sep 2021 12:27:42 +0000 (13:27 +0100)
openpower/sv/branches.mdwn

index d4487dba9b0d077ee128e2883df3301dcc3316be..9d3b4cdd3dcc68797e2f1e8a8da4d6669f3012c4 100644 (file)
@@ -129,6 +129,8 @@ Fields:
 * **ALL** when set, all branch conditional tests must pass in order for
   the branch to succeed. When clear, it is the first sequentially
   encountered successful test that causes the branch to succeed.
+  This is identical behaviour to how programming languages perform
+  early-exit on Boolean Logic chains.
 * **VLI** VLSET is identical to Data-dependent Fail-First mode.
   In VLSET mode, VL is set equal (truncated) to the first point
   where, assuming Conditions are tested sequentially, the branch succeeds