(no commit message)
authorlkcl <lkcl@web>
Mon, 6 Sep 2021 15:31:48 +0000 (16:31 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 6 Sep 2021 15:31:48 +0000 (16:31 +0100)
openpower/sv/branches.mdwn

index fefe531720d20828007999107bd3c57122150a0a..1b2173d227e0bf8192c0c40caf1b1bcd06d5ceb8 100644 (file)
@@ -277,10 +277,12 @@ considered.
   completely different from normal SVP64 `sz=0` behaviour)
 * **CTR-test=1, CTi=0**: CTR decrements on a per-element basis
   if `BO[2]` is zero and the Condition Test succeeds.
-  Masked-out elements when `sz=0` are skipped.
+  Masked-out elements when `sz=0` are skipped (including
+  not decrementing CTR)
 * **CTR-test=1, CTi=1**: CTR decrements on a per-element basis
   if `BO[2]` is zero and the Condition Test *fails*.
-  Masked-out elements when `sz=0` are skipped.
+  Masked-out elements when `sz=0` are skipped (including
+  not decrementing CTR)
 
 `CTR-test=0, CTi=1, sz=0` requires special emphasis because it is the
 only time in the entirety of SVP64 that has side-effects when