From f88da4a32dad24e531a98ba2c6f3f06b813fe505 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 27 Oct 2023 11:01:29 +0100 Subject: [PATCH] added english language description for stdsx 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 118e9641..e01d5dfd 100644 --- a/openpower/isa/fixedstoreshift.mdwn +++ b/openpower/isa/fixedstoreshift.mdwn @@ -150,7 +150,7 @@ Pseudo-code: Description: - Let the effective address (EA) be the sumof the contents of + Let the effective address (EA) be the sum of the contents of register RB shifted by (SH+1) and (RB). RS[32:63] are stored into the word in storage addressed by EA. @@ -181,8 +181,9 @@ Pseudo-code: Description: - Let the effective address (EA) be the sum - (RA|0)+ (RB). (RS) is stored into the doubleword in + Let the effective address (EA) be the sum of the contents of + register RB shifted by (SH+1) and (RA|0). + (RS) is stored into the doubleword in storage addressed by EA. Special Registers Altered: -- 2.30.2