From 3693e3ca0a2e0001d9e3334862f62107a671ee4e Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Thu, 19 Oct 2023 11:56:40 +0100 Subject: [PATCH] added stdbrsx 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 35e10d1c..c70fc953 100644 --- a/openpower/isa/fixedstoreshift.mdwn +++ b/openpower/isa/fixedstoreshift.mdwn @@ -266,16 +266,16 @@ Special Registers Altered: -# Store Doubleword Byte-Reverse Indexed +# Store Doubleword Byte-Reverse Shifted Indexed X-Form -* stdbrx RS,RA,RB +* stdbrsx RS,RA,RB,SH Pseudo-code: b <- (RA|0) - EA <- b + (RB) + EA <- b + (RB) << (SH+1) MEM(EA, 8) <- ((RS) [56:63] || (RS)[48:55] || (RS)[40:47] || (RS)[32:39] || (RS)[24:31] || (RS)[16:23] -- 2.30.2