From cc52b4648376c6df848de1a2e53a6dd4a2923f54 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Thu, 19 Oct 2023 11:24:13 +0100 Subject: [PATCH] added lwzsx instruction --- openpower/isa/fixedloadshift.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openpower/isa/fixedloadshift.mdwn b/openpower/isa/fixedloadshift.mdwn index eaa33529..0d43c5c1 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -122,16 +122,16 @@ Special Registers Altered: None -# Load Word and Zero Indexed +# Load Word and Zero Shifted Indexed X-Form -* lwzx RT,RA,RB +* lwzsx RT,RA,RB,sm Pseudo-code: b <- (RA|0) - EA <- b + (RB) + EA <- b + (RB) << (sm+1) RT <- [0] * 32 || MEM(EA, 4) Special Registers Altered: -- 2.30.2