From 7e220266258c9c6b558884231bb122569c0f5062 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Thu, 19 Oct 2023 11:54:12 +0100 Subject: [PATCH] added sthbrsx instruction --- openpower/isa/fixedstoreshift.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.30.2