From 7a21a5d2bf85852fd787f0cb836dc47cc0219406 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Thu, 19 Oct 2023 11:50:31 +0100 Subject: [PATCH] added stwsux instruction --- openpower/isa/fixedstoreshift.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openpower/isa/fixedstoreshift.mdwn b/openpower/isa/fixedstoreshift.mdwn index 396b3017..bcad3832 100644 --- a/openpower/isa/fixedstoreshift.mdwn +++ b/openpower/isa/fixedstoreshift.mdwn @@ -132,15 +132,15 @@ Special Registers Altered: None -# Store Word with Update Indexed +# Store Word Shifted with Update Indexed X-Form -* stwux RS,RA,RB +* stwsux RS,RA,RB,SH Pseudo-code: - EA <- (RA) + (RB) + EA <- (RA) + (RB) << (SH+1) MEM(EA, 4) <- (RS)[XLEN-32:XLEN-1] RA <- EA -- 2.30.2