From 5eef362a91b4d55069bad9a4c50761c3ef86c3d5 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 10:55:10 +0100 Subject: [PATCH] Added English Language description for sthu instruction --- openpower/isa/fixedstore.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index 65a261bd..69115ba1 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -166,6 +166,16 @@ Pseudo-code: MEM(EA, 2) <- (RS)[XLEN-16:XLEN-1] RA <- EA +Description: + +Let the effective address (EA) be the sum (RA)+ D. +RS[48:63] are stored into the halfword in storage +addressed by EA. + +EA is placed into register RA. + +If RA=0, the instruction form is invalid. + Special Registers Altered: None -- 2.30.2