From 87f14dca95546bbbfe19497ac8ffda4ab11f3598 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:02:55 +0100 Subject: [PATCH] Added English Language description for stwux instruction --- openpower/isa/fixedstore.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index fba96644..4809a635 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -288,6 +288,16 @@ Pseudo-code: MEM(EA, 4) <- (RS)[XLEN-32:XLEN-1] RA <- EA +Description: + +Let the effective address (EA) be the sum (RA)+ (RB). +RS[32:63] are stored into the word 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