add new fields/formats for ls006
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 4 Apr 2023 01:15:25 +0000 (18:15 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 4 Apr 2023 01:15:25 +0000 (18:15 -0700)
openpower/sv/rfc/ls006.mdwn

index 9b811db75de225aeb93c6eb556c4f4f5e62432b0..608fe69ffe9fc4701b3461c29d07a668a3a848c7 100644 (file)
@@ -842,6 +842,57 @@ Special Registers altered:
 
 ----------
 
+# Instruction Formats
+
+Add the following entries to Book I 1.6.1.19 XO-FORM:
+
+| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21 | 22-30 | 31 |
+|-----|------|-------|-------|-------|----|-------|----|
+| PO  | RT   | IT    | CVM   | FRB   | OE | XO    | Rc |
+
+Add the following entries to Book I 1.6.1.15 X-FORM:
+
+| 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-30 | 31 |
+|-----|------|-------|-------|-------|-------|----|
+| PO  | FRT  | IT    | 0     | RB    | XO    | Rc |
+
+| 0-5 | 6-10 | 11-15 | 16-20 | 21-30 | 31 |
+|-----|------|-------|-------|-------|----|
+| PO  | FRT  | 0     | RB    | XO    | Rc |
+
+| 0-5 | 6-10 | 11-15 | 16-20 | 21-30 | 31 |
+|-----|------|-------|-------|-------|----|
+| PO  | RT   | 0     | FRB   | XO    | Rc |
+
+## Instruction Fields
+
+Add XO to FRB's Formats list in Book I 1.6.2 Word Instruction Fields.
+
+Add XO to FRT's Formats list in Book I 1.6.2 Word Instruction Fields.
+
+Add new fields:
+
+```
+    IT (11:12)
+        Field used to specify integer type for FPR <-> GPR conversions.
+
+        Formats: X, XO
+```
+
+```
+    CVM (13:15)
+        Field used to specify conversion mode for
+        integer -> floating-point conversion.
+
+        Formats: XO
+```
+
+----------
+
+\newpage{}
+
+----------
+
 # Appendices
 
     Appendix E Power ISA sorted by opcode