From 4f7f45453ede75199917296cc3d799ea6dc6dd73 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Tue, 24 Aug 2021 11:41:45 +0000 Subject: [PATCH] fixedarith: switch mulhdu 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 9893ebd4..406ecd81 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -602,8 +602,8 @@ XO-Form Pseudo-code: - prod[0:127] <- (RA) * (RB) - RT <- prod[0:63] + prod[0:(XLEN*2)-1] <- (RA) * (RB) + RT <- prod[0:XLEN-1] Special Registers Altered: -- 2.30.2