From 1893d038c7465f166a4b9f85748970dd0bfc94de Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 27 Oct 2023 11:09:44 +0100 Subject: [PATCH] added english language description for stdbrsx instruction --- openpower/isa/fixedstoreshift.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpower/isa/fixedstoreshift.mdwn b/openpower/isa/fixedstoreshift.mdwn index f7c7a7e8..a085b8c1 100644 --- a/openpower/isa/fixedstoreshift.mdwn +++ b/openpower/isa/fixedstoreshift.mdwn @@ -292,8 +292,9 @@ Pseudo-code: Description: - Let the effective address (EA) be the sum - (RA|0)+ (RB). (RS)[56:63] are stored into bits 0:7 of the + Let the effective address (EA) be the sum of the contents of + register RB shifted by (SH+1) and (RA|0). + (RS)[56:63] are stored into bits 0:7 of the doubleword in storage addressed by EA. (RS) [48:55] are stored into bits 8:15 of the doubleword in storage addressed by EA. (RS) [40:47] are stored into bits 16:23 of -- 2.30.2