From 95e3e4ed9d0363b7d0e1b8f6221099f813dcca01 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 19 Apr 2023 17:50:19 +0100 Subject: [PATCH] --- openpower/sv/rfc/ls013.mdwn | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/openpower/sv/rfc/ls013.mdwn b/openpower/sv/rfc/ls013.mdwn index 673e42666..c55b934ab 100644 --- a/openpower/sv/rfc/ls013.mdwn +++ b/openpower/sv/rfc/ls013.mdwn @@ -85,7 +85,7 @@ Add the following entries to: \newpage{} -# Instructions +# Floating-Point Instructions ## `FMM` -- Floating Min/Max Mode @@ -176,18 +176,24 @@ Assembly Aliases: see \newpage{} +# Fixed-Point Instructions + +These are signed and unsigned, min or max. SVP64 Prefixing defines Saturation +semantics therefore Saturated variants of these instructions need not be proposed. + ## Minimum Unsigned X-Form -``` - minu RT, RA, RB - minu. RT, RA, RB -``` +X-Form ``` |0 |6 |11 |16 |21 |31 | | PO | RT | RA | RB | XO | Rc | ``` +* minu RT, RA, RB +* minu. RT, RA, RB + + ``` if (RA)