From: lkcl Date: Mon, 3 Oct 2022 20:10:40 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~219 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74404557e11800b32ac3c9f4a232c212fee8dfca;p=libreriscv.git --- diff --git a/openpower/sv/rfc/ls002.mdwn b/openpower/sv/rfc/ls002.mdwn index 5498a92e0..888b9c405 100644 --- a/openpower/sv/rfc/ls002.mdwn +++ b/openpower/sv/rfc/ls002.mdwn @@ -13,9 +13,9 @@ **Books and Section affected**: Book I Scalar Floating-Point 4.6.2.1 - Appendix D opcode - Appendix E version - Appendix F mnemonic + Appendix D Power ISA sorted by opcode + Appendix E Power ISA sorted by version + Appendix F Power ISA sorted by mnemonic **Summary** @@ -109,7 +109,7 @@ fmvis f4, 0xFF80 # writes -Infinity to f4 fmvis f4, 0x3FFF # writes +1.9921875 to f4 ``` -## Float Immediate Second-Half MV +# Float Immediate Second-Half Move `fishmv FRS, D` @@ -155,3 +155,15 @@ fmvis f4, 0x3F80 # writes +1.0 to f4 fishmv f4, 0x8000 # writes +1.00390625 to f4 ``` +# Appendices + +Add to: + + Appendix D Power ISA sorted by opcode + Appendix E Power ISA sorted by version + Appendix F Power ISA sorted by mnemonic + +| Form | Book | Page | Version | mnemonic | Description | +|------|------|------|---------|----------|-------------| +| DX | I | # | 3.0B | fmvis | Floating-point Move Immediate, Single | +| DX | I | # | 3.0B | fishmv | Floating-point Immediate, Second-half Move |