From: Shriya Sharma Date: Thu, 19 Oct 2023 10:54:12 +0000 (+0100) Subject: added sthbrsx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e220266258c9c6b558884231bb122569c0f5062;p=openpower-isa.git added sthbrsx instruction --- diff --git a/openpower/isa/fixedstoreshift.mdwn b/openpower/isa/fixedstoreshift.mdwn index 44349e9a..37e74887 100644 --- a/openpower/isa/fixedstoreshift.mdwn +++ b/openpower/isa/fixedstoreshift.mdwn @@ -213,16 +213,16 @@ Special Registers Altered: -# Store Halfword Byte-Reverse Indexed +# Store Halfword Byte-Reverse Shifted Indexed X-Form -* sthbrx RS,RA,RB +* sthbrsx RS,RA,RB,SH Pseudo-code: b <- (RA|0) - EA <- b + (RB) + EA <- b + (RB) << (SH+1) MEM(EA, 2) <- (RS) [56:63] || (RS)[48:55] Description: