Added english language description, spaces and brackets for lwax instruction
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 26 Sep 2023 10:42:22 +0000 (11:42 +0100)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 26 Sep 2023 10:42:22 +0000 (11:42 +0100)
openpower/isa/fixedload.mdwn

index dd3174cedcfb19d9edc97e39d1fc5649ebbd4339..5ade4063470bb26a4a48a7ed4fdd72c1d7fdbd2d 100644 (file)
@@ -448,6 +448,13 @@ Pseudo-code:
     EA <- b + (RB)
     RT <- EXTS(MEM(EA, 4))
 
+Description:
+
+    Let the effective address (EA) be the sum
+    (RA|0)+ (RB). The word in storage addressed by EA is
+    loaded into RT 32:63 . RT 0:31 are filled with a copy of bit 0
+    of the loaded word.
+
 Special Registers Altered:
 
     None