Max-Min¶
Ch 16
BRU — Branch and Compare |
**Group:** Max-Min |
**Forms:** 6 |
**Unique mnemonics:** 6
Integer max/min instructions.
Instructions¶
| Mnemonic | Assembly | Length | Decode | Description |
|---|---|---|---|---|
| FMAX | fmax.{T} SrcL, SrcR, ->{t, u, Rd} |
32 | — | Floating-point maximum. |
| FMIN | fmin.{T} SrcL, SrcR, ->{t, u, Rd} |
32 | — | Floating-point minimum. |
| MAX | max SrcL, SrcR, ->{t, u, Rd} |
32 | — | Integer max (signed). |
| MAXU | maxu SrcL, SrcR, ->{t, u, Rd} |
32 | — | Instruction from the Max-Min group. |
| MIN | min SrcL, SrcR, ->{t, u, Rd} |
32 | — | Integer min (signed). |
| MINU | minu SrcL, SrcR, ->{t, u, Rd} |
32 | — | Instruction from the Max-Min group. |