add missing sections on ls002
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 10 Oct 2022 16:18:02 +0000 (17:18 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 10 Oct 2022 16:18:02 +0000 (17:18 +0100)
openpower/sv/rfc/ls002.mdwn

index 36f2ee12fc9513bfb868b95b71afc1898f6823e0..a762e31f76f06a1a3f6eea809192e5abee0d4fe6 100644 (file)
@@ -80,22 +80,13 @@ and TLB lookup. Even quickly clearing an FPR to zero presently requires Load.
 
 **Changes**
 
-Add the following entries to the Appendices and instructions of
-Book I as a new Section 4.6.2.1
+Add the following entries to:
 
-----------------
-
-# Appendices
+* the Appendices of Book I
+* Instructions of Book I as a new Section 4.6.2.1
+* DX-Form of Book I Section 1.6.1.6 and 1.6.2
 
-    Appendix E Power ISA sorted by opcode
-    Appendix F Power ISA sorted by version
-    Appendix G Power ISA sorted by Compliancy Subset
-    Appendix H Power ISA sorted by mnemonic
-
-| Form | Book | Page | Version | mnemonic | Description |
-|------|------|------|---------|----------|-------------|
-| DX   | I    | #    | 3.0B    | fmvis    | Floating-point Move Immediate, Shifted |
-| DX   | I    | #    | 3.0B    | fishmv  | Floating-point Immediate, Second-half Move |
+----------------
 
 \newpage{}
 
@@ -188,3 +179,35 @@ Example:
 
 -------------
 
+\newpage{}
+
+# DX-Form
+
+Add the following to Book I, 1.6.1.6, DX-Form
+
+```
+  |0    |6   |11   |16   |26   |31
+  | PO  | FRT|   d1|   d0|   XO|d2
+```
+
+Add `DX` to `FRS` Field in Book I, 1.6.2
+
+```
+ FRS (6:10)
+     Field used to specify an FPR to be used as a
+     source.
+     Formats: D, X, DX
+```
+
+# Appendices
+
+    Appendix E Power ISA sorted by opcode
+    Appendix F Power ISA sorted by version
+    Appendix G Power ISA sorted by Compliancy Subset
+    Appendix H Power ISA sorted by mnemonic
+
+| Form | Book | Page | Version | mnemonic | Description |
+|------|------|------|---------|----------|-------------|
+| DX   | I    | #    | 3.0B    | fmvis    | Floating-point Move Immediate, Shifted |
+| DX   | I    | #    | 3.0B    | fishmv  | Floating-point Immediate, Second-half Move |
+