From 6812210dc603a75188fe7ba4f6a1b5a3795c76fd Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 27 Oct 2023 11:50:50 +0100 Subject: [PATCH] added english language description for lhbrsx instruction --- openpower/isa/fixedloadshift.mdwn | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/openpower/isa/fixedloadshift.mdwn b/openpower/isa/fixedloadshift.mdwn index 1935e59f..ba0b5d1e 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -356,13 +356,10 @@ Description: Let the effective address (EA) be the sum of the contents of register RB shifted by (SH+1), and (RA|0). - Bits 0:7 of the word in storage addressed - by EA are loaded into RT[56:63]. Bits 8:15 of the word in - storage addressed by EA are loaded into RT[48:55]. Bits - 16:23 of the word in storage addressed by EA are - loaded into RT[40:47]. Bits 24:31 of the word in storage - addressed by EA are loaded into RT 32:39. - RT[0:31] are set to 0. + Bits 0:7 of the halfword in storage addressed by EA are + loaded into RT 56:63. Bits 8:15 of the halfword in storage + addressed by EA are loaded into RT[48:55]. + RT[0:47] are set to 0. Special Registers Altered: -- 2.30.2