From 11a187c2192b2adfb558efedde127d9934f8ee5a Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 10:56:02 +0100 Subject: [PATCH] Added English Language description for sthux instruction --- openpower/isa/fixedstore.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 69115ba1..2dcf6626 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -192,6 +192,16 @@ Pseudo-code: MEM(EA, 2) <- (RS)[XLEN-16:XLEN-1] RA <- EA +Description: + +Let the effective address (EA) be the sum (RA)+ (RB). +RS[48:63] are stored into the halfword 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