From ede854e6756196dd455eb090b43fec487c51296b Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:01:04 +0100 Subject: [PATCH] Added English Language description for stwx instruction --- openpower/isa/fixedstore.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index f8db909c..d12fcbb5 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -240,6 +240,12 @@ Pseudo-code: EA <- b + (RB) MEM(EA, 4) <- (RS)[XLEN-32:XLEN-1] +Description: + +Let the effective address (EA) be the sum +(RA|0)+ (RB). RS[32:63] are stored into the word in stor- +age addressed by EA. + Special Registers Altered: None -- 2.30.2