----------------
+\newpage{}
+
# Floating-Point Move Immediate
`fmvis FRS, D`
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
# Appendices
-Add to:
-
Appendix D Power ISA sorted by opcode
Appendix E Power ISA sorted by version
Appendix F Power ISA sorted by mnemonic