From a7e20487cf728a95c8f917ee50be5ebe18b05e3d Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Tue, 24 Aug 2021 11:41:02 +0000 Subject: [PATCH] fixedarith: switch mulhd to XLEN --- openpower/isa/fixedarith.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index c4adc0b3..9893ebd4 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -586,8 +586,8 @@ XO-Form Pseudo-code: - prod[0:127] <- MULS((RA), (RB)) - RT <- prod[0:63] + prod[0:(XLEN*2)-1] <- MULS((RA), (RB)) + RT <- prod[0:XLEN-1] Special Registers Altered: -- 2.30.2