From 6a7c478f10b69b337796eb522de7be1ea20a9cf4 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 27 Oct 2023 11:38:58 +0100 Subject: [PATCH] added english language description for lhbrsx instruction --- openpower/isa/fixedloadshift.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openpower/isa/fixedloadshift.mdwn b/openpower/isa/fixedloadshift.mdwn index 436e28db..3f26d430 100644 --- a/openpower/isa/fixedloadshift.mdwn +++ b/openpower/isa/fixedloadshift.mdwn @@ -340,6 +340,18 @@ Pseudo-code: load_data <- MEM(EA, 2) RT <- [0]*48 || load_data[8:15] || load_data[0:7] +Description: + + Let the effective address (EA) be the sum of the contents of + register RB shifted by (SH+1), and (RA|0). + + The doubleword in storage addressed by EA is loaded into RT. + + EA is placed into register RA. + + If RA=0 or RA=RT, the instruction form is invalid. + + Special Registers Altered: None -- 2.30.2