added english language description for ldupx instruction in the pifixedload.mdwm
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 17 Oct 2023 13:49:29 +0000 (14:49 +0100)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 17 Oct 2023 13:49:29 +0000 (14:49 +0100)
openpower/isa/pifixedload.mdwn

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