From: Shriya Sharma Date: Tue, 3 Oct 2023 10:04:25 +0000 (+0100) Subject: Added English Language description for stdx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc8d27531fbbfe9e9bf7f276d8a2acfadf7d914a;p=openpower-isa.git Added English Language description for stdx instruction --- diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 1a331155..c7834611 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -340,6 +340,12 @@ Pseudo-code: EA <- b + (RB) MEM(EA, 8) <- (RS) +Description: + +Let the effective address (EA) be the sum +(RA|0)+ (RB). (RS) is stored into the doubleword in +storage addressed by EA. + Special Registers Altered: None