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

index 23a3d3e02772c41b42fbd43b830932bbba628b11..4095e8d4753cc9f3311bec15847e3fb7d20a6548 100644 (file)
@@ -71,6 +71,8 @@ Notes:
 
 ----------------
 
+\newpage{}
+
 # Floating-Point Move Immediate
 
 `fmvis FRS, D`
@@ -96,12 +98,9 @@ Reinterprets `D << 16` as a 32-bit float, which is then converted to a
 Examples:
 
 ```
-# clearing a FPR
-fmvis f4, 0 # writes +0.0 to f4
-# loading handy constants
+fmvis f4, 0 # writes +0.0 to f4 (clears an FPR)
 fmvis f4, 0x8000 # writes -0.0 to f4
 fmvis f4, 0x3F80 # writes +1.0 to f4
-fmvis f4, 0xBF80 # writes -1.0 to f4
 fmvis f4, 0xBFC0 # writes -1.5 to f4
 fmvis f4, 0x7FC0 # writes +qNaN to f4
 fmvis f4, 0x7F80 # writes +Infinity to f4
@@ -160,8 +159,6 @@ 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