From 87e07a495202b0abca09752c286366b42d0550a2 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 27 Oct 2023 10:59:52 +0100 Subject: [PATCH] added english language description for stwsux instruction --- openpower/isa/fixedstoreshift.mdwn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/openpower/isa/fixedstoreshift.mdwn b/openpower/isa/fixedstoreshift.mdwn index 59b17433..118e9641 100644 --- a/openpower/isa/fixedstoreshift.mdwn +++ b/openpower/isa/fixedstoreshift.mdwn @@ -129,8 +129,8 @@ Description: Let the effective address (EA) be the sum of the contents of register RB shifted by (SH+1) and (RA|0). - RS[32:63] are stored into the word in stor- - age addressed by EA. + RS[32:63] are stored into the word in storage + addressed by EA. Special Registers Altered: @@ -150,7 +150,8 @@ Pseudo-code: Description: - Let the effective address (EA) be the sum (RA)+ (RB). + Let the effective address (EA) be the sumof the contents of + register RB shifted by (SH+1) and (RB). RS[32:63] are stored into the word in storage addressed by EA. -- 2.30.2