(no commit message)
authorlkcl <lkcl@web>
Wed, 8 Sep 2021 13:56:01 +0000 (14:56 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 8 Sep 2021 13:56:01 +0000 (14:56 +0100)
openpower/sv/cr_ops.mdwn

index 2aae637d5320c65ce6fd8ca7530cf284c2617e86..f0293f43d2c93585ec480eece18bf63f2d14ac5e 100644 (file)
@@ -85,11 +85,12 @@ be operated on by the instruction.
 Thus, logically, we may set the following rule:
 
 * When a 5-bit CR Result field is used in an instruction, the
-  `inv, VLi and RC1` variant of Data-Dependent Fail-First
+  5-bit variant of Data-Dependent Fail-First
   must be used. i.e. the bit of the CR field to be tested is
-  the one that has just been modified by the operation.
-* When a 3-bit CR Result field is used the `inv CRbit` variant
-  must be used in order to select which CR Field bit shall
+  the one that has just been modified (created) by the operation.
+* When a 3-bit CR Result field is used the 3-bit variant
+  must be used, providing as it does the missing `CRbit`
+  in order to select which CR Field bit of the result shall
   be tested (EQ, LE, GE, SO)
 
 The reason why the 3-bit CR variant needs the additional CR-bit