Added English Language description for stdux instruction
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:09:32 +0000 (11:09 +0100)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:09:32 +0000 (11:09 +0100)
openpower/isa/fixedstore.mdwn

index 3513b018eef1d071b253aefd205d86cf5292a762..f443e817c0df13cced7aa3857973bdac7c11cf03 100644 (file)
@@ -388,6 +388,16 @@ Pseudo-code:
     MEM(EA, 8) <- (RS)
     RA <- EA
 
+Description:
+
+    Let the effective address (EA) be the sum (RA)+ (RB).
+    (RS) is stored into the doubleword in storage
+    addressed by EA.
+
+    EA is placed into register RA.
+
+    If RA=0, the instruction form is invalid.
+
 Special Registers Altered:
 
     None