remove fminmaxs since it's redundant with fminmax
[libreriscv.git] / openpower / sv / rfc / ls013.mdwn
index d15c6876bbb3aee054cc6e682f06e1766bbef456..f741dd6aca3493f29f18c2d1704d7e344d0c9e3c 100644 (file)
@@ -231,34 +231,6 @@ see [`FMM` -- Floating Min/Max Mode](#fmm-floating-min-max-mode)
 
 ----------
 
-## Floating Minimum/Maximum Single MM-form
-
-* fminmaxs FRT, FRA, FRB, FMM
-* fminmaxs. FRT, FRA, FRB, FMM
-
-```
-    |0    |6    |11   |16   |21   |25  |31  |
-    | PO  | FRT | FRA | FRB | FMM | XO | Rc |
-```
-
-Compute the minimum/maximum of FRA and FRB, according to FMM, and store the
-result in FRT.
-
-Special Registers altered:
-
-```
-    FX VXSNAN
-    CR1     (if Rc=1)
-```
-
-Extended Mnemonics:
-
-see [`FMM` -- Floating Min/Max Mode](#fmm-floating-min-max-mode)
-
-----------
-
-\newpage{}
-
 # Fixed-Point Instructions
 
 These are signed and unsigned, min or max.  SVP64 Prefixing defines Saturation
@@ -359,7 +331,7 @@ Add the following new fields to Book I 1.6.2 Word Instruction Fields:
 
 ```
     FMM (21:24)
-        Field used to specify minimum/maximum mode for fminmax[s].
+        Field used to specify minimum/maximum mode for fminmax.
 
         Formats: MM
 
@@ -386,7 +358,6 @@ Add `MM` to the `Formats:` list for all of `FRT`, `FRA`, `FRB`, `XO (25:30)`,
 | Form | Book | Page | Version | Mnemonic | Description |
 |------|------|------|---------|----------|-------------|
 | MM   | I    | #    | 3.2B    | fminmax  | Floating Minimum/Maximum |
-| MM   | I    | #    | 3.2B    | fminmaxs | Floating Minimum/Maximum Single |
 | MM   | I    | #    | 3.2B    | minmax   | Minimum/Maximum |
 
 ## fmax instruction count