From: Dmitry Selyutin Date: Tue, 31 Aug 2021 20:22:14 +0000 (+0000) Subject: fixedshift: switch rldcrX to XLEN X-Git-Tag: xlen-bcd~40 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a4d789b135199c87db0c70dae969416da66d597;p=openpower-isa.git fixedshift: switch rldcrX to XLEN --- diff --git a/openpower/isa/fixedshift.mdwn b/openpower/isa/fixedshift.mdwn index 1be73d68..3bf0c301 100644 --- a/openpower/isa/fixedshift.mdwn +++ b/openpower/isa/fixedshift.mdwn @@ -149,7 +149,7 @@ MDS-Form Pseudo-code: - n <- (RB)[58:63] + n <- (RB)[XLEN-5:XLEN-1] r <- ROTL64((RS), n) e <- me[5] || me[0:4] m <- MASK(0, e)