From: Shriya Sharma Date: Thu, 19 Oct 2023 10:25:04 +0000 (+0100) Subject: added lwzsux instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b54524b6fe316a77417f42bc15eebe3f9d6a95f;p=openpower-isa.git added lwzsux instruction --- diff --git a/openpower/isa/fixedloadshift.mdwn b/openpower/isa/fixedloadshift.mdwn index 0d43c5c1..9fdc716f 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -138,15 +138,15 @@ Special Registers Altered: None -# Load Word and Zero with Update Indexed +# Load Word and Zero Shifted with Update Indexed X-Form -* lwzux RT,RA,RB +* lwzsux RT,RA,RB,sm Pseudo-code: - EA <- (RA) + (RB) + EA <- (RA) + (RB) << (sm+1) RT <- [0] * 32 || MEM(EA, 4) RA <- EA