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=1042ef1d5e9fd3bc14472f97cb6ed48da428b391;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