From: Shriya Sharma Date: Tue, 3 Oct 2023 11:12:38 +0000 (+0100) Subject: Added English Language description for stdup instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b59eec67f07d364956e2c3d6379968afb9a8e551;p=openpower-isa.git Added English Language description for stdup instruction --- diff --git a/openpower/isa/pifixedstore.mdwn b/openpower/isa/pifixedstore.mdwn index 2a3160da..c61f9bc1 100644 --- a/openpower/isa/pifixedstore.mdwn +++ b/openpower/isa/pifixedstore.mdwn @@ -174,6 +174,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