From 64ca9142a3c5fab9c46db1fa5dde0f511a532426 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Thu, 19 Oct 2023 11:47:13 +0100 Subject: [PATCH] added stbsux instruction in fixedstoreshift.mdwm file --- 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 3f3d3311..990c9cee 100644 --- a/openpower/isa/fixedstoreshift.mdwn +++ b/openpower/isa/fixedstoreshift.mdwn @@ -36,15 +36,15 @@ Special Registers Altered: None -# Store Byte with Update Indexed +# Store Byte Shifted with Update Indexed X-Form -* stbux RS,RA,RB +* stbsux RS,RA,RB,SH Pseudo-code: - EA <- (RA) + (RB) + EA <- (RA) + (RB) << (SH+1) MEM(EA, 1) <- (RS)[XLEN-8:XLEN-1] RA <- EA -- 2.30.2