(no commit message)
authorlkcl <lkcl@web>
Fri, 17 Sep 2021 14:46:09 +0000 (15:46 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 17 Sep 2021 14:46:09 +0000 (15:46 +0100)
openpower/sv/normal.mdwn

index 08da103e7df0e92dce7f21bd38478f3131ca47f3..e42acf1a571ab4b71a848857cfb14298e75030f3 100644 (file)
@@ -199,7 +199,7 @@ More details can be found in [[sv/cr_ops]].
 
 This mode merges common CR testing with predication, saving on instruction
 count. Below is the pseudocode excluding predicate zeroing and elwidth
-overrides. Note that the paeudocode for [[sv/cr_ops]] is slightly different.
+overrides. Note that the pseudocode for [[sv/cr_ops]] is slightly different.
 
     for i in range(VL):
         # predication test, skip all masked out elements.
@@ -228,12 +228,3 @@ element result is *always* discarded, never written (just like `cmp`).
 Note that predication is still respected: predicate zeroing is slightly
 different: elements that fail the CR test *or* are masked out are zero'd.
 
-## pred-result mode on CR ops
-
-CR operations (mtcr, crand, cror) may be Vectorised,
-predicated, and also pred-result mode applied to it.  
-Vectorisation applies to 4-bit CR Fields which are treated as
-elements, not the individual bits of the 32-bit CR.
-CR ops and how to identify them is described in [[sv/cr_ops]]
-
-