From 68ba72c0faebe55080cafcc8b878b39ca81efbc3 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 27 Jun 2023 19:07:36 -0700 Subject: [PATCH] change c[ft]fpr* instruction titles --- openpower/sv/int_fp_mv/moves_and_conversions.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openpower/sv/int_fp_mv/moves_and_conversions.mdwn b/openpower/sv/int_fp_mv/moves_and_conversions.mdwn index 2fc277943..5d39da01c 100644 --- a/openpower/sv/int_fp_mv/moves_and_conversions.mdwn +++ b/openpower/sv/int_fp_mv/moves_and_conversions.mdwn @@ -170,14 +170,14 @@ Architecture Note: \newpage{} -# Conversions +# Conversion To/From Floating-Point Register Instructions Unlike the move instructions these instructions perform conversions between Integer and Floating Point. Truncation can therefore occur, as well as exceptions. -## Convert To FPR +## Convert To Floating-Point Register ``` ctfpr FRT, RB, IT @@ -258,7 +258,7 @@ Special Registers altered: \newpage{} -## Convert To FPR Single +## Convert To Floating-Point Register Single ``` ctfprs FRT, RB, IT @@ -466,7 +466,7 @@ Section 7.1 of the ECMAScript / JavaScript \newpage{} -## Convert From FPR +## Convert From Floating-Point Register ``` cffpr RT, FRB, CVM, IT -- 2.30.2