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

index 4415ebffe346b518bebd9a5b44b6fef6f20bbfae..436e28db23b960975973505444473905f0f2a9ac 100644 (file)
@@ -298,6 +298,13 @@ Pseudo-code:
     EA <- b + (RB) << (SH+1)
     RT <- MEM(EA, 8)
 
+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.
+
 Special Registers Altered:
 
     None