From bc8d27531fbbfe9e9bf7f276d8a2acfadf7d914a Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:04:25 +0100 Subject: [PATCH] Added English Language description for stdx instruction --- openpower/isa/fixedstore.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2