rename sections to match PowerISA v3.1B section 3.3.18 Move To/From
Vector-Scalar Register Instructions
----------
-# Moves
+# Move To/From Floating-Point Register Instructions
These instructions perform a copy from one register file to another, as if by
using a GPR/FPR store, followed by a FPR/GPR load.
-## Move From FPR
+## Move From Floating-Point Register
```
mffpr RT, FRB
----------
-## Move From FPR Single
+## Move From Floating-Point Register Single
```
mffprs RT, FRB
\newpage{}
-## Move To FPR
+## Move To Floating-Point Register
```
mtfpr FRT, RB
----------
-## Move To FPR Single
+## Move To Floating-Point Register Single
```
mtfprs FRT, RB