added english language description for lhzsux instruction
authorShriya Sharma <shriya@redsemiconductor.com>
Fri, 27 Oct 2023 10:27:09 +0000 (11:27 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 29 Oct 2023 08:54:37 +0000 (08:54 +0000)
openpower/isa/fixedloadshift.mdwn

index dfef1d51d743c66052ef72989f5e863a89c429b0..8e7283e6fd1329db61558c814eafb8475bc34573 100644 (file)
@@ -99,8 +99,6 @@ Description:
     The halfword in storage addressed by EA is loaded into
     RT[48:63]. RT[0:47] are set to 0.
 
-
-
 Special Registers Altered:
 
     None
@@ -117,6 +115,18 @@ Pseudo-code:
     RT <- ([0] * (XLEN-16)) || MEM(EA, 2)
     RA <- EA
 
+Description:
+
+    Let the effective address (EA) be the sum of the contents of
+    register RB shifted by (SH+1), and (RA).
+
+    The halfword in storage addressed by EA is loaded into RT[48:63].
+    RT[0:47] are set to 0.
+
+    EA is placed into register RA.
+
+    If RA=0, the instruction form is invalid.
+
 Special Registers Altered:
 
     None