From dddf34494415aa8d4283d2239d72ab5c1a4a8a4d Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Tue, 24 Aug 2021 11:45:36 +0000 Subject: [PATCH] fixedarith: switch maddhd 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 1db59005..de9f51e7 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -617,9 +617,9 @@ VA-Form Pseudo-code: - prod[0:127] <- MULS((RA), (RB)) - sum[0:127] <- prod + EXTS(RC) - RT <- sum[0:63] + prod[0:(XLEN*2)-1] <- MULS((RA), (RB)) + sum[0:(XLEN*2)-1] <- prod + EXTS(RC)[0:XLEN*2] + RT <- sum[0:XLEN-1] Special Registers Altered: -- 2.30.2