From: Shriya Sharma Date: Tue, 3 Oct 2023 11:11:43 +0000 (+0100) Subject: Added English Language description for stwupx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77da54988174b9c4ea992325de539685d453789e;p=openpower-isa.git Added English Language description for stwupx instruction --- diff --git a/openpower/isa/pifixedstore.mdwn b/openpower/isa/pifixedstore.mdwn index 8a45cd96..2a3160da 100644 --- a/openpower/isa/pifixedstore.mdwn +++ b/openpower/isa/pifixedstore.mdwn @@ -147,6 +147,16 @@ Pseudo-code: MEM(ea, 4) <- (RS)[XLEN-32:XLEN-1] RA <- EA +Description: + + Let the effective address (EA) be the sum (RA)+ (RB). + (RS)[32:63] are stored into the word in storage addressed + by EA. + + EA is placed into register RA. + + If RA=0, the instruction form is invalid. + Special Registers Altered: None