From 1df048e5fb373d62c8731a57c9231c0c2dc004f4 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:09:32 +0100 Subject: [PATCH] Added English Language description for stdux instruction --- openpower/isa/fixedstore.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 3513b018..f443e817 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -388,6 +388,16 @@ Pseudo-code: MEM(EA, 8) <- (RS) RA <- EA +Description: + + Let the effective address (EA) be the sum (RA)+ (RB). + (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 -- 2.30.2