From fc2787b3235d146a15d695657328198edaf737f7 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Thu, 19 Oct 2023 11:28:42 +0100 Subject: [PATCH] added ldsux 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 1ae49854..fc7ea860 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -202,15 +202,15 @@ Special Registers Altered: None -# Load Doubleword with Update Indexed +# Load Doubleword Shifted with Update Indexed X-Form -* ldux RT,RA,RB +* ldsux RT,RA,RB,sm Pseudo-code: - EA <- (RA) + (RB) + EA <- (RA) + (RB) << (sm+1) RT <- MEM(EA, 8) RA <- EA -- 2.30.2