(no commit message)
authorlkcl <lkcl@web>
Mon, 3 Oct 2022 20:10:40 +0000 (21:10 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 3 Oct 2022 20:10:40 +0000 (21:10 +0100)
openpower/sv/rfc/ls002.mdwn

index 5498a92e040627e3b41853cd23b175cf90cd4235..888b9c4054d6a0c84594212991c72dd62c23aaba 100644 (file)
@@ -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 <a name="fishmv"></a>
+# 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 |