From: Shriya Sharma Date: Tue, 3 Oct 2023 11:05:50 +0000 (+0100) Subject: Added spaces for sthup instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6857f5929403a72d8e78d109852a53073e4a90c7;p=openpower-isa.git Added spaces for sthup instruction --- diff --git a/openpower/isa/pifixedstore.mdwn b/openpower/isa/pifixedstore.mdwn index 627fb24a..5efd6b39 100644 --- a/openpower/isa/pifixedstore.mdwn +++ b/openpower/isa/pifixedstore.mdwn @@ -72,9 +72,9 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum (RA|0)+ D. -(RS)[48:63] are stored into the halfword in storage -addressed by EA. + Let the effective address (EA) be the sum (RA|0)+ D. + (RS)[48:63] are stored into the halfword in storage + addressed by EA. Special Registers Altered: @@ -93,6 +93,10 @@ Pseudo-code: MEM(ea, 2) <- (RS)[XLEN-16:XLEN-1] RA <- EA +Description: + + + Special Registers Altered: None