From: Shriya Sharma Date: Tue, 3 Oct 2023 09:54:24 +0000 (+0100) Subject: Added English Language description for sthx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3cffa152d21cd3c9be4b819b655e9853d9d1647a;p=openpower-isa.git Added English Language description for sthx instruction --- 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