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

index 173251468ce0c76eedf7ffb4b21fce6136190a08..d48a2cdf7c2825669d9bec0716ab6201cec58154 100644 (file)
@@ -24,8 +24,10 @@ in SVP64 [[sv/svp64/appendix]]
 
 When considering an "array" of branches, there are two useful modes:
 
-* Branch takes place on the first CR test to succeed.
-* Branch takes place only if **all** CR tests succeed
+* Branch takes place on the first CR test to succeed
+  (a Great Big OR of all condition tests)
+* Branch takes place only if **all** CR tests succeed:
+  a Great Big AND of all condition tests
   (including those where the predicate is masked out
    and the corresponding CR Field is considered to be
    set to `SNZ`)