add Forms to ls007, missing 1.6.2 fields
authorlkcl <lkcl@web>
Mon, 20 Mar 2023 12:31:10 +0000 (12:31 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 20 Mar 2023 12:31:10 +0000 (12:31 +0000)
openpower/sv/rfc/ls007.mdwn

index 0e7250cb5574d9711aa33786e545732ebcfe5ecd..ab4dbdaaed12b6caed8b81d55ff1fe888637c55e 100644 (file)
@@ -125,34 +125,37 @@ Add the following entry to VA-FORM in Book I 1.6.1.12
 Add the following to Book I 1.6.2
 
 ```
-msk (18:20, 31)
+msk (9:10,14:15)
     Field used by crternlogi to decide which CR bits to modify.
     Formats: CRB
-```
 
-```
 nh (26)
     Nibble High. Field used by binlog to decide if the look-up-table should
     be taken from bits 60:63 or 56:59 of RC.
     Formats: VA
-```
 
-```
 TLI (21:28)
     Field used by the ternlogi instruction as the
     look-up table.
-    Formats: TLI, CRB
-```
+    Formats: TLI
+TLI (21:25,19:20,31)
+     Field used by the crternlogi instruction as the
+     look-up table.
+     Formats: CRB
 
-```
 XO (29:30)
     Extended opcode field.
-    Formats: TLI, CRB
+    Formats: TLI
+XO (26:30)
+     Extended opcode field.
+     Formats: CRB
 ```
 
 Add `TLI` to the `Formats:` list of all of `RA`, `RB`, `RT`, and `Rc`.
 Add `CRB` to the `Formats:` list of all of `BF`, `BFA`, `BFB`, and `BFC`.
-Add `VA` to the `Formats:` list of `XO (27:31)`.
+Add `TLI` to the `Formats:` list of `XO (29:30)`.
+Add `CRB` to the  `Formats:` list of `XO (26:31)`.
+Add `VA` to the  `Formats:` list of `XO (27:31)`.
 
 ----------