From 3cffa152d21cd3c9be4b819b655e9853d9d1647a Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 10:54:24 +0100 Subject: [PATCH] Added English Language description for sthx instruction --- openpower/isa/fixedstore.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 7390a24b..65a261bd 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -144,6 +144,12 @@ Pseudo-code: EA <- b + (RB) MEM(EA, 2) <- (RS)[XLEN-16:XLEN-1] +Description: + +Let the effective address (EA) be the sum +(RA|0)+ (RB). RS[48:63] are stored into the halfword in +storage addressed by EA. + Special Registers Altered: None -- 2.30.2