From 038056fac729ba23b4f95519096c695d0cdc9ae7 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 20 Apr 2022 14:00:38 +0100 Subject: [PATCH] --- openpower/isa/svfixedarith.mdwn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/openpower/isa/svfixedarith.mdwn b/openpower/isa/svfixedarith.mdwn index 9094f2f8f..1a1e5fe68 100644 --- a/openpower/isa/svfixedarith.mdwn +++ b/openpower/isa/svfixedarith.mdwn @@ -36,12 +36,13 @@ Special Registers Altered: Pseudo-code: - - + + + prod[0:127] <- (RA) * (RB) sum[0:127] <- EXTZ(RC) + prod RT <- sum[64:127] - RC <- sum[0:63] + RS <- sum[0:63] Special Registers Altered: -- 2.30.2