From: Shriya Sharma Date: Thu, 19 Oct 2023 10:28:02 +0000 (+0100) Subject: added ldsx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc0fac845faa673395cab19e8733414486e78b4e;p=openpower-isa.git added ldsx instruction --- diff --git a/openpower/isa/fixedloadshift.mdwn b/openpower/isa/fixedloadshift.mdwn index 9f1461ee..1ae49854 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -186,16 +186,16 @@ Special Registers Altered: None -# Load Doubleword Indexed +# Load Doubleword Shifted Indexed X-Form -* ldx RT,RA,RB +* ldsx RT,RA,RB,sm Pseudo-code: b <- (RA|0) - EA <- b + (RB) + EA <- b + (RB) << (sm+1) RT <- MEM(EA, 8) Special Registers Altered: