From 826a620ece84b1b2317b74b256132a96056b1cfb Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:12:34 +0100 Subject: [PATCH] Added English Language description for sthbrx instruction --- openpower/isa/fixedstore.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 07b1b534..2d61ae2d 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -463,6 +463,14 @@ Pseudo-code: EA <- b + (RB) MEM(EA, 2) <- (RS) [56:63] || (RS)[48:55] +Description: + + Let the effective address (EA) be the sum + (RA|0)+ (RB). (RS)56:63 are stored into bits 0:7 of the + halfword in storage addressed by EA. (RS) 48:55 are + stored into bits 8:15 of the halfword in storage + addressed by EA. + Special Registers Altered: None -- 2.30.2