From 758c74134fda0d12a1369a2c717d441d81d29d53 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Tue, 24 Aug 2021 11:49:14 +0000 Subject: [PATCH] fixedarith: switch maddld to XLEN --- openpower/isa/fixedarith.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index 3139eb20..1db59005 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -649,9 +649,9 @@ VA-Form Pseudo-code: - prod[0:127] <- MULS((RA), (RB)) - sum[0:127] <- prod + EXTS(RC) - RT <- sum[64:127] + prod[0:(XLEN*2)-1] <- MULS((RA), (RB)) + sum[0:(XLEN*2)-1] <- prod + EXTS(RC) + RT <- sum[(XLEN*2):(XLEN*2)-1] Special Registers Altered: -- 2.30.2