rename sections to match PowerISA v3.1B section 3.3.18
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 28 Jun 2023 01:58:48 +0000 (18:58 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 28 Jun 2023 01:58:48 +0000 (18:58 -0700)
rename sections to match PowerISA v3.1B section 3.3.18 Move To/From
Vector-Scalar Register Instructions

openpower/sv/int_fp_mv/moves_and_conversions.mdwn

index 45a2d7a2c7bfdb9489cdf7ac9bcd7d9968f629c9..2fc2779430623037e02246c71510452b80e3db14 100644 (file)
@@ -31,12 +31,12 @@ Tables that are used by
 
 ----------
 
-# 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
@@ -72,7 +72,7 @@ instructions in a future version of the architecture.
 
 ----------
 
-## Move From FPR Single
+## Move From Floating-Point Register Single
 
 ```
     mffprs RT, FRB
@@ -104,7 +104,7 @@ Architecture Note:
 
 \newpage{}
 
-## Move To FPR
+## Move To Floating-Point Register
 
 ```
     mtfpr FRT, RB
@@ -139,7 +139,7 @@ instructions in a future version of the architecture.
 
 ----------
 
-## Move To FPR Single
+## Move To Floating-Point Register Single
 
 ```
     mtfprs FRT, RB