From ffd4d03d4289c55ae7f6398d6ab020a48fcf035c Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 4 Jun 2021 13:40:22 +0100 Subject: [PATCH] --- openpower/sv/int_fp_mv.mdwn | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openpower/sv/int_fp_mv.mdwn b/openpower/sv/int_fp_mv.mdwn index 796de2b47..55c1b6c43 100644 --- a/openpower/sv/int_fp_mv.mdwn +++ b/openpower/sv/int_fp_mv.mdwn @@ -109,8 +109,12 @@ TODO: review and investigate other language semantics # Proposed New Scalar Instructions -All of the following instructions use the standard OpenPower conversion to/from 64-bit float format when reading/writing a 32-bit float from/to a FPR. This can be overridden by SimpleV, as explained in the - [[int_fp_mv/appendix]] +All of the following instructions use the standard OpenPower conversion to/from 64-bit float format when reading/writing a 32-bit float from/to a FPR. + +Note that source and destination widths can be overridden by SimpleV +SVP64, and that SVP64 also has Saturation Modes *in addition* +to those independently described here. The interactions with SVP64 +are explained in the [[int_fp_mv/appendix]] ## FPR to GPR moves -- 2.30.2