From 5561c3855255d17dc6d59cd036429143e352ee81 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 22 Mar 2023 18:22:27 -0700 Subject: [PATCH] change instruction section titles to match instruction mnemonics --- openpower/sv/int_fp_mv.mdwn | 16 ++++++++-------- openpower/sv/rfc/ls006.mdwn | 24 ++++++++++++------------ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/openpower/sv/int_fp_mv.mdwn b/openpower/sv/int_fp_mv.mdwn index 9f27532a1..86d4ba616 100644 --- a/openpower/sv/int_fp_mv.mdwn +++ b/openpower/sv/int_fp_mv.mdwn @@ -290,7 +290,7 @@ Tables that are used by These instructions perform a straight unaltered bit-level copy from one Register File to another. -## FPR to GPR Move +## Floating Move To GPR `fmvtg RT, FRB` `fmvtg. RT, FRB` @@ -314,7 +314,7 @@ Special Registers altered: CR0 (if Rc=1) -## FPR to GPR Move Single +## Floating Move To GPR Single `fmvtgs RT, FRB` `fmvtgs. RT, FRB` @@ -338,7 +338,7 @@ Special Registers altered: CR0 (if Rc=1) -## GPR to FPR Move +## Floating Move From GPR `fmvfg FRT, RB` `fmvfg. FRT, RB` @@ -362,7 +362,7 @@ Special Registers altered: CR1 (if Rc=1) -## GPR to FPR Move Single +## Floating Move From GPR Single `fmvfgs FRT, RB` `fmvfgs. FRT, RB` @@ -393,7 +393,7 @@ these instructions perform conversions between Integer and Floating Point. Truncation can therefore occur, as well as exceptions. -## Floating-point Convert From GPR +## Floating Convert From Integer In GPR | 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-30 | 31 | Form | |-----|------|-------|-------|-------|-------|----|--------| @@ -464,7 +464,7 @@ Special Registers altered: | `fcvtfguw FRT, RB` | `fcvtfg FRT, RB, 1` | | `fcvtfgud FRT, RB` | `fcvtfg FRT, RB, 3` | | `fcvtfguw. FRT, RB` | `fcvtfg. FRT, RB, 1` | | `fcvtfgud. FRT, RB` | `fcvtfg. FRT, RB, 3` | -## Floating-point Convert From GPR Single +## Floating Convert From Integer In GPR Single | 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-30 | 31 | Form | |-----|------|-------|-------|-------|-------|----|--------| @@ -655,7 +655,7 @@ Section 7.1 of the ECMAScript / JavaScript return (int)bits ``` -## Floating-point Convert To GPR +## Floating Convert To Integer In GPR | 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-29 | 30 | 31 | Form | |-----|------|-------|-------|-------|-------|----|----|---------| @@ -798,7 +798,7 @@ Special Registers altered: | `fcvttguwo RT, FRB, CVM` | `fcvttgo RT, FRB, CVM, 1` | `fcvttgudo RT, FRB, CVM` | `fcvttgo RT, FRB, CVM, 3` | | `fcvttguwo. RT, FRB, CVM` | `fcvttgo. RT, FRB, CVM, 1` | `fcvttgudo. RT, FRB, CVM` | `fcvttgo. RT, FRB, CVM, 3` | -## Floating-point Convert To GPR Single +## Floating Convert Single To Integer In GPR | 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-29 | 30 | 31 | Form | |-----|------|-------|-------|-------|-------|----|----|---------| diff --git a/openpower/sv/rfc/ls006.mdwn b/openpower/sv/rfc/ls006.mdwn index 24813e5a4..f839a7d52 100644 --- a/openpower/sv/rfc/ls006.mdwn +++ b/openpower/sv/rfc/ls006.mdwn @@ -30,10 +30,10 @@ Instructions added -* `fmvtg` -- Floating Move to GPR -* `fmvfg` -- Floating Move from GPR -* `fcvttg`/`fcvttgo` -- Floating Convert to Integer in GPR -* `fcvtfg` -- Floating Convert from Integer in GPR +* `fmvtg` -- Floating Move To GPR +* `fmvfg` -- Floating Move From GPR +* `fcvttg` -- Floating Convert To Integer In GPR +* `fcvtfg` -- Floating Convert From Integer In GPR **Submitter**: Luke Leighton (Libre-SOC) @@ -129,7 +129,7 @@ Tables that are used by \newpage{} -## FPR to GPR Move +## Floating Move To GPR `fmvtg RT, FRB` `fmvtg. RT, FRB` @@ -157,7 +157,7 @@ Special Registers altered: \newpage{} -## FPR to GPR Move Single +## Floating Move To GPR Single `fmvtgs RT, FRB` `fmvtgs. RT, FRB` @@ -185,7 +185,7 @@ Special Registers altered: \newpage{} -## GPR to FPR Move +## Floating Move From GPR `fmvfg FRT, RB` `fmvfg. FRT, RB` @@ -213,7 +213,7 @@ Special Registers altered: \newpage{} -## GPR to FPR Move Single +## Floating Move From GPR Single `fmvfgs FRT, RB` `fmvfgs. FRT, RB` @@ -241,7 +241,7 @@ Special Registers altered: \newpage{} -## Floating-point Convert From GPR +## Floating Convert From Integer In GPR | 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-30 | 31 | Form | |-----|------|-------|-------|-------|-------|----|--------| @@ -316,7 +316,7 @@ Special Registers altered: \newpage{} -## Floating-point Convert From GPR Single +## Floating Convert From Integer In GPR Single | 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-30 | 31 | Form | |-----|------|-------|-------|-------|-------|----|--------| @@ -519,7 +519,7 @@ Section 7.1 of the ECMAScript / JavaScript \newpage{} -## Floating-point Convert To GPR +## Floating Convert To Integer In GPR | 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-29 | 30 | 31 | Form | |-----|------|-------|-------|-------|-------|----|----|---------| @@ -666,7 +666,7 @@ Special Registers altered: \newpage{} -## Floating-point Convert To GPR Single +## Floating Convert Single To Integer In GPR | 0-5 | 6-10 | 11-12 | 13-15 | 16-20 | 21-29 | 30 | 31 | Form | |-----|------|-------|-------|-------|-------|----|----|---------| -- 2.30.2