From: Dmitry Selyutin Date: Tue, 31 Aug 2021 19:58:04 +0000 (+0000) Subject: fixedshift: switch rldiclX to XLEN X-Git-Tag: xlen-bcd~46 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64e81053fab984131e7645db4be4e2ea2e46f537;p=openpower-isa.git fixedshift: switch rldiclX to XLEN --- diff --git a/openpower/isa/fixedshift.mdwn b/openpower/isa/fixedshift.mdwn index 3b66f421..ecef4c3a 100644 --- a/openpower/isa/fixedshift.mdwn +++ b/openpower/isa/fixedshift.mdwn @@ -76,7 +76,7 @@ Pseudo-code: n <- sh r <- ROTL64((RS), n) b <- mb[5] || mb[0:4] - m <- MASK(b, 63) + m <- MASK(b, (XLEN-1)) RA <- r & m Special Registers Altered: