From 8a4e3b9d8c707aa796b3a371d148822351f7c145 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Thu, 19 Oct 2023 11:51:17 +0100 Subject: [PATCH] added stdsx 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 bcad3832..b3381b9b 100644 --- a/openpower/isa/fixedstoreshift.mdwn +++ b/openpower/isa/fixedstoreshift.mdwn @@ -162,16 +162,16 @@ Special Registers Altered: -# Store Doubleword Indexed +# Store Doubleword Shifted Indexed X-Form -* stdx RS,RA,RB +* stdsx RS,RA,RB,SH Pseudo-code: b <- (RA|0) - EA <- b + (RB) + EA <- b + (RB) << (SH+1) MEM(EA, 8) <- (RS) Description: -- 2.30.2