From: Dmitry Selyutin Date: Tue, 31 Aug 2021 20:21:26 +0000 (+0000) Subject: fixedshift: switch rlwnmX to XLEN X-Git-Tag: xlen-bcd~42 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=795c92e3c7b5c780bfee8c8ac27a838c969fadbd;p=openpower-isa.git fixedshift: switch rlwnmX to XLEN --- diff --git a/openpower/isa/fixedshift.mdwn b/openpower/isa/fixedshift.mdwn index 8bbc8f0a..548f41fb 100644 --- a/openpower/isa/fixedshift.mdwn +++ b/openpower/isa/fixedshift.mdwn @@ -37,7 +37,7 @@ M-Form Pseudo-code: - n <- (RB)[59:63] + n <- (RB)[XLEN-5:XLEN-1] r <- ROTL32((RS)[32:63], n) m <- MASK32(MB, ME) RA <- r & m