sigh power isa spec has "special regs" at the end
authorlkcl <lkcl@web>
Sat, 22 Apr 2023 08:59:32 +0000 (09:59 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 22 Apr 2023 08:59:32 +0000 (09:59 +0100)
openpower/sv/rfc/ls013.mdwn

index 0e2a2f606587ba88f3b18ee21db6ee9eebbebebc..4f72489157043197d115b28c5fe5d54a20c68b9d 100644 (file)
@@ -154,17 +154,18 @@ Note (3): TODO: icr if IEEE 754-2008 has min/maxMagNum like IEEE 754-2019's
     | PO  | FRT | FRA | FRB | FMM | XO | Rc |
 ```
 
+Compute the minimum/maximum of FRA and FRB, according to FMM, and store the
+result in FRT.
+
+Assembly Aliases: see
+[`FMM` -- Floating Min/Max Mode](#fmm-floating-min-max-mode)
+
 Special Registers altered:
 
 ```
     FX VXSNAN
     CR1     (if Rc=1)
 ```
-Compute the minimum/maximum of FRA and FRB, according to FMM, and store the
-result in FRT.
-
-Assembly Aliases: see
-[`FMM` -- Floating Min/Max Mode](#fmm-floating-min-max-mode)
 
 ----------
 
@@ -178,6 +179,12 @@ Assembly Aliases: see
     | PO  | FRT | FRA | FRB | FMM | XO | Rc |
 ```
 
+Compute the minimum/maximum of FRA and FRB, according to FMM, and store the
+result in FRT.
+
+Assembly Aliases: see
+[`FMM` -- Floating Min/Max Mode](#fmm-floating-min-max-mode)
+
 Special Registers altered:
 
 ```
@@ -186,11 +193,6 @@ Special Registers altered:
 ```
 
 
-Compute the minimum/maximum of FRA and FRB, according to FMM, and store the
-result in FRT.
-
-Assembly Aliases: see
-[`FMM` -- Floating Min/Max Mode](#fmm-floating-min-max-mode)
 
 ----------