From: Jacob Lifshay Date: Wed, 28 Jun 2023 01:58:48 +0000 (-0700) Subject: rename sections to match PowerISA v3.1B section 3.3.18 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04ba9d3f0ade3be5620d0cf89dbd262668de8869;p=libreriscv.git rename sections to match PowerISA v3.1B section 3.3.18 rename sections to match PowerISA v3.1B section 3.3.18 Move To/From Vector-Scalar Register Instructions --- diff --git a/openpower/sv/int_fp_mv/moves_and_conversions.mdwn b/openpower/sv/int_fp_mv/moves_and_conversions.mdwn index 45a2d7a2c..2fc277943 100644 --- a/openpower/sv/int_fp_mv/moves_and_conversions.mdwn +++ b/openpower/sv/int_fp_mv/moves_and_conversions.mdwn @@ -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