From: Shriya Sharma Date: Tue, 3 Oct 2023 10:08:41 +0000 (+0100) Subject: Added English Language description for stdu instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecc311f9c25dbd1ca84a26f7c8cb618d4457e7dc;p=openpower-isa.git Added English Language description for stdu instruction --- diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index ff2586ed..3513b018 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -362,6 +362,16 @@ Pseudo-code: MEM(EA, 8) <- (RS) RA <- EA +Description: + + Let the effective address (EA) be the sum + (RA)+ (DS||0b00). (RS) is stored into the doubleword in + storage addressed by EA. + + EA is placed into register RA. + + If RA=0, the instruction form is invalid. + Special Registers Altered: None