From a80a2b8f8cf54ca16debc2737ade7c1644f57876 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 27 Oct 2023 11:33:02 +0100 Subject: [PATCH] contents of RA again --- openpower/isa/fixedloadshift.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/isa/fixedloadshift.mdwn b/openpower/isa/fixedloadshift.mdwn index 8e61cdbd..291fcfc2 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -169,7 +169,7 @@ Pseudo-code: Description: Let the effective address (EA) be the sum of the contents of - register (RB) shifted by (SH+1), and (RA). + register RB shifted by (SH+1), and the contents of register RA. The halfword in storage addressed by EA is loaded into RT[48:63]. RT[0:47] are filled with a copy of bit 0 of the loaded halfword. @@ -221,7 +221,7 @@ Pseudo-code: Description: Let the effective address (EA) be the sum of the contents of - register RB shifted by (SH+1), and (RA). + register RB shifted by (SH+1), and the contents of register RA. The word in storage addressed by EA is loaded into RT[32:63]. RT[0:31] are set to 0. -- 2.30.2