From: Shriya Sharma Date: Tue, 3 Oct 2023 09:56:02 +0000 (+0100) Subject: Added English Language description for sthux instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11a187c2192b2adfb558efedde127d9934f8ee5a;p=openpower-isa.git Added English Language description for sthux instruction --- 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