From: Shriya Sharma Date: Tue, 3 Oct 2023 10:01:04 +0000 (+0100) Subject: Added English Language description for stwx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ede854e6756196dd455eb090b43fec487c51296b;p=openpower-isa.git Added English Language description for stwx instruction --- 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