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

index 0f07a85c7aed793f10e95326437b8be636bac5df..3682e75d46b15abfa3fa83c74c43588bcb3e06a9 100644 (file)
@@ -370,13 +370,13 @@ useful, because it can be used to truncate VL to the first predicated
 The truncation point for VL, when VLi is clear, must not include skipped
 elements that preceded the current element being tested.
 Example: `sz=0, VLi=0, predicate mask = 0b110010` and the Condition
-failure point is at element 4.
+Register failure point is at CR Field element 4.
 
 * Testing at element 0 is skipped because its predicate bit is zero
 * Testing at element 1 passed
 * Testing elements 2 and 3 are skipped because their
   respective predicate mask bits are zero
-* Testing element 4 fails  therefore VL is truncated to **2**
+* Testing element 4 fails therefore VL is truncated to **2**
   not 4 due to elements 2 and 3 being skipped.
 
 If `sz=1` in the above example *then* VL would have been set to 4 because