From: Dmitry Selyutin Date: Wed, 25 Aug 2021 09:06:13 +0000 (+0000) Subject: fixedarith: switch mulli to XLEN X-Git-Tag: xlen-bcd~77 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60a4d2bfe23423893714c570d11de41980f880a6;p=openpower-isa.git fixedarith: switch mulli to XLEN --- 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: