From 60a4d2bfe23423893714c570d11de41980f880a6 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Wed, 25 Aug 2021 09:06:13 +0000 Subject: [PATCH] fixedarith: switch mulli 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 406ecd81..3341c82a 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -315,8 +315,8 @@ D-Form Pseudo-code: - prod[0:127] <- MULS((RA), EXTS(SI)) - RT <- prod[64:127] + prod[0:(XLEN*2)-1] <- MULS((RA), EXTS(SI)) + RT <- prod[XLEN:(XLEN*2)-1] Special Registers Altered: -- 2.30.2