change instruction section titles to match instruction mnemonics
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 23 Mar 2023 01:22:27 +0000 (18:22 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 23 Mar 2023 01:22:27 +0000 (18:22 -0700)
openpower/sv/int_fp_mv.mdwn
openpower/sv/rfc/ls006.mdwn

index 9f27532a1dfefa716baf29d4177128863e40ac9f..86d4ba616852e2fd39b45de486d6512a5febc305 100644 (file)
@@ -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`  |&nbsp;| `fcvtfgud FRT, RB`   | `fcvtfg FRT, RB, 3`  |
 | `fcvtfguw. FRT, RB`  | `fcvtfg. FRT, RB, 1` |&nbsp;| `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    |
 |-----|------|-------|-------|-------|-------|----|----|---------|
index 24813e5a4029c9c0dd50570d9cf72b222fde0dbb..f839a7d52535db50a8c78bc04251c79fdb8a690f 100644 (file)
 
 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    |
 |-----|------|-------|-------|-------|-------|----|----|---------|