(no commit message)
authorlkcl <lkcl@web>
Thu, 2 Sep 2021 14:10:05 +0000 (15:10 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 2 Sep 2021 14:10:05 +0000 (15:10 +0100)
openpower/sv/branches.mdwn

index 8b2fd568754f7bfee52561a37be07847f84f733b..da0848aade47cfa59b815f8e4572662b86b0d42c 100644 (file)
@@ -194,7 +194,7 @@ testing options have been added.
 
 If both CTR-test and VLSET Modes are requested, then because the CTR decrement is on a per element basis, the total amount that CTR is decremented
 by will end up being VL *after* truncation (should that occur). In
-other words, the order is (as can be seen in pseudocode, below):
+other words, the order is strictly (as can be seen in pseudocode, below):
 
 1. compute the test
 2. (optionally) decrement CTR
@@ -266,6 +266,8 @@ is useful to know but in others all that is needed is the branch itself.
 branch offsets: the offset is relative to the start of the instruction,
 which includes the SVP64 Prefix*
 
+# Pseudocode and examples
+
 Pseudocode for Horizontal-First Mode:
 
 ```