From: Shriya Sharma Date: Tue, 3 Oct 2023 09:58:07 +0000 (+0100) Subject: Added English Language description for stw instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2a2a49eaf59f6a0887f1fea47c621cb79c99c89;p=openpower-isa.git Added English Language description for stw instruction --- diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 2dcf6626..f8db909c 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -218,6 +218,12 @@ Pseudo-code: EA <- b + EXTS(D) MEM(EA, 4) <- (RS)[XLEN-32:XLEN-1] +Description: + +Let the effective address (EA) be the sum (RA|0)+ D. +RS[32:63] are stored into the word in storage addressed +by EA. + Special Registers Altered: None