From 3b23597309fc45f89a17cc62602ef5ba3e9b9637 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 21 Apr 2023 23:12:38 +0100 Subject: [PATCH] --- openpower/sv/rfc/ls014.mdwn | 126 ++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 openpower/sv/rfc/ls014.mdwn diff --git a/openpower/sv/rfc/ls014.mdwn b/openpower/sv/rfc/ls014.mdwn new file mode 100644 index 000000000..d1bd4a8b3 --- /dev/null +++ b/openpower/sv/rfc/ls014.mdwn @@ -0,0 +1,126 @@ +# RFC ls014 + +**URLs**: + +* +* +* + +**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]] + -- 2.30.2