From 1f01686bafb78ddbe9d6bb65b01d186591aa8115 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 7 Mar 2023 13:39:23 +0000 Subject: [PATCH] add int fp move ls006 stub rfc --- openpower/sv/rfc/ls006.mdwn | 95 +++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 openpower/sv/rfc/ls006.mdwn diff --git a/openpower/sv/rfc/ls006.mdwn b/openpower/sv/rfc/ls006.mdwn new file mode 100644 index 000000000..4d3069886 --- /dev/null +++ b/openpower/sv/rfc/ls006.mdwn @@ -0,0 +1,95 @@ +# RFC ls006 fp-gpr move + +**URLs**: + +* +* +* +* + +**Severity**: Major + +**Status**: New + +**Date**: 20 Oct 2022 + +**Target**: v3.2B + +**Source**: v3.0B + +**Books and Section affected**: **UPDATE** + +``` + Book I 64-bit Fixed-Point Arithmetic Instructions 3.3.9.1 + 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 + +``` + todo +``` + +**Submitter**: Luke Leighton (Libre-SOC) + +**Requester**: Libre-SOC + +**Impact on processor**: + +``` + Addition of two new GPR-FPR-based instructions +``` + +**Impact on software**: + +``` + Requires support for new instructions in assembler, debuggers, + and related tools. +``` + +**Keywords**: + +``` + GPR, FPR, move +``` + +**Motivation** + + +**Notes and Observations**: + + +**Changes** + +Add the following entries to: + +* the Appendices of Book I +* Instructions of Book I added to Section 3.3.9.1 +* VA2-Form of Book I Section 1.6.21.1 and 1.6.2 + +---------------- + +\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 | +|----|------|------|---------|----------|-------------| +|VA | I | # | 3.2B |todo | | + +---------------- + +[[!tag opf_rfc]] -- 2.30.2