From: Shriya Sharma Date: Fri, 27 Oct 2023 10:38:58 +0000 (+0100) Subject: added english language description for lhbrsx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af5b49aab054c29dd0826d69ccfa8c67f025b572;p=openpower-isa.git added english language description for lhbrsx instruction --- 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