From 6857f5929403a72d8e78d109852a53073e4a90c7 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 12:05:50 +0100 Subject: [PATCH] Added spaces for sthup instruction --- openpower/isa/pifixedstore.mdwn | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -- 2.30.2