(no commit message)
authorlkcl <lkcl@web>
Fri, 21 Apr 2023 22:12:38 +0000 (23:12 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 21 Apr 2023 22:12:38 +0000 (23:12 +0100)
openpower/sv/rfc/ls014.mdwn [new file with mode: 0644]

diff --git a/openpower/sv/rfc/ls014.mdwn b/openpower/sv/rfc/ls014.mdwn
new file mode 100644 (file)
index 0000000..d1bd4a8
--- /dev/null
@@ -0,0 +1,126 @@
+# RFC ls014
+
+**URLs**:
+
+* <https://libre-soc.org/openpower/sv/rfc/ls014/>
+* <https://git.openpower.foundation/isa/PowerISA/issues/TODO>
+* <https://bugs.libre-soc.org/show_bug.cgi?id=1057>
+
+**Severity**: Major
+
+**Status**: New
+
+**Date**: 14 Apr 2023
+
+**Target**: v3.2B
+
+**Source**: v3.1B
+
+**Books and Section affected**:
+
+```
+    Book I Fixed-Point Instructions
+    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
+```
+
+**Summary**
+
+```
+    Instructions added
+```
+
+**Submitter**: Luke Leighton (Libre-SOC)
+
+**Requester**: Libre-SOC
+
+**Impact on processor**:
+
+```
+    Addition of new GPR-based instructions
+```
+
+**Impact on software**:
+
+```
+    Requires support for new instructions in assembler, debuggers,
+    and related tools.
+```
+
+**Keywords**:
+
+```
+    TODO
+```
+
+**Motivation**
+
+TODO
+
+**Notes and Observations**:
+
+1. TODO
+
+**Changes**
+
+Add the following entries to:
+
+* the Appendices of Book I
+* Book I 3.3.9 Fixed-Point Arithmetic Instructions
+* Book I 4.6.6.1 Floating-Point Elementary Arithmetic Instructions
+* Book I 1.6.1 and 1.6.2
+
+----------
+
+\newpage{}
+
+# Instruction Formats
+
+Add the following entries to Book I 1.6.1 Word Instruction Formats:
+
+## MM-FORM
+
+```
+    |0    |6    |11   |16   |21   |24 |25  |31  |
+    | PO  | FRT | FRA | FRB | FMM     | XO | Rc |
+    | PO  | RT  | RA  | RB  | MMM | / | XO | Rc |
+```
+
+Add the following new fields to Book I 1.6.2 Word Instruction Fields:
+
+```
+    FMM (21:24)
+        Field used to specify minimum/maximum mode for fminmax[s].
+
+        Formats: MM
+
+    MMM (21:23)
+        Field used to specify minimum/maximum mode for integer minmax.
+
+        Formats: MM
+```
+
+Add `MM` to the `Formats:` list for all of `FRT`, `FRA`, `FRB`, `XO (25:30)`,
+`Rc`, `RT`, `RA` and `RB`.
+
+----------
+
+\newpage{}
+
+# 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 |
+|------|------|------|---------|----------|-------------|
+| MM   | I    | #    | 3.2B    | fminmax  | Floating Minimum/Maximum |
+| MM   | I    | #    | 3.2B    | fminmaxs | Floating Minimum/Maximum Single |
+| MM   | I    | #    | 3.2B    | minmax   | Minimum/Maximum |
+
+[[!tag opf_rfc]]
+