added english language description for ldup instruction in the pifixedload.mdwm
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 17 Oct 2023 14:04:19 +0000 (15:04 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Dec 2023 19:26:21 +0000 (19:26 +0000)
openpower/isa/pifixedload.mdwn

index 703fa2c66cb59001d05ca24192c3730cb6b6a37d..a1fe93c122d877c396393077dbaa9b36b0316466 100644 (file)
@@ -253,6 +253,15 @@ Pseudo-code:
     RT <- MEM(EA, 8)
     RA <- (RA) + EXTS(DS || 0b00)
 
+Description:
+
+    Let the effective address (EA) be the register RA.
+    The doubleword in storage addressed by EA is loaded into RT.
+
+    The sum (RA)+ (DS||0b00) is placed into register RA.
+
+    If RA=0 or RA=RT, the instruction form is invalid.
+
 Special Registers Altered:
 
     None