change instruction titles to match new names
[libreriscv.git] / openpower / sv / int_fp_mv / moves_and_conversions.mdwn
index 7a36c7f9b277f97aab117216943f77eeda34a916..eaccd1f5d0766a8b3c86d87455a8d4897559b031 100644 (file)
@@ -36,7 +36,7 @@ Tables that are used by
 These instructions perform a straight unaltered bit-level copy from one Register
 File to another.
 
-## Floating Move To GPR
+## Move From FPR
 
 ```
     mffpr RT, FRB
@@ -68,7 +68,7 @@ Special Registers altered:
 
 ----------
 
-## Floating Move To GPR Single
+## Move From FPR Single
 
 ```
     mffprs RT, FRB
@@ -101,7 +101,7 @@ Special Registers altered:
 
 \newpage{}
 
-## Double-Precision Floating Move From GPR
+## Move To FPR
 
 ```
     mtfpr FRT, RB
@@ -129,7 +129,7 @@ Special Registers altered:
 
 ----------
 
-## Floating Move From GPR Single
+## Move To FPR Single
 
 ```
     mtfprs FRT, RB
@@ -165,7 +165,7 @@ these instructions perform conversions between Integer and
 Floating Point. Truncation can therefore occur, as well
 as exceptions.
 
-## Double-Precision Floating Convert From Integer In GPR
+## Convert To FPR
 
 ```
     ctfpr FRT, RB, IT
@@ -246,7 +246,7 @@ Special Registers altered:
 
 \newpage{}
 
-## Floating Convert From Integer In GPR Single
+## Convert To FPR Single
 
 ```
     ctfprs FRT, RB, IT
@@ -454,7 +454,7 @@ Section 7.1 of the ECMAScript / JavaScript
 
 \newpage{}
 
-## Double-Precision Floating Convert To Integer In GPR
+## Convert From FPR
 
 ```
     cffpr RT, FRB, CVM, IT