From: Dmitry Selyutin Date: Tue, 31 Aug 2021 19:40:55 +0000 (+0000) Subject: fixedshift: switch rlwinmX to XLEN X-Git-Tag: xlen-bcd~48 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a021e7283d67ef6dc302e286cd9126ed613b5166;p=openpower-isa.git fixedshift: switch rlwinmX to XLEN --- diff --git a/openpower/isa/fixedshift.mdwn b/openpower/isa/fixedshift.mdwn index 514c3b4e..52c2a890 100644 --- a/openpower/isa/fixedshift.mdwn +++ b/openpower/isa/fixedshift.mdwn @@ -20,7 +20,7 @@ M-Form Pseudo-code: n <- SH - r <- ROTL32((RS)[32:63], n) + r <- ROTL32((RS)[XLEN/2:XLEN-1], n) m <- MASK32(MB, ME) RA <- r & m