From: Dmitry Selyutin Date: Wed, 25 Aug 2021 15:04:38 +0000 (+0000) Subject: fixedlogical: switch extsw to XLEN X-Git-Tag: xlen-bcd~90 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2842647a76739a51253a9ab44386c363c104c563;p=openpower-isa.git fixedlogical: switch extsw to XLEN --- diff --git a/openpower/isa/fixedlogical.mdwn b/openpower/isa/fixedlogical.mdwn index 2838acfe..3118ad7d 100644 --- a/openpower/isa/fixedlogical.mdwn +++ b/openpower/isa/fixedlogical.mdwn @@ -391,9 +391,9 @@ X-Form Pseudo-code: - s <- (RS)[32] - RA[32:63] <- (RS)[32:63] - RA[0:31] <- [s]*32 + s <- (RS)[XLEN/2] + RA[XLEN/2:XLEN-1] <- (RS)[XLEN/2:XLEN-1] + RA[0:(XLEN/2)-1] <- [s]*(XLEN/2) Special Registers Altered: