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

index 06299114af46803c10675ff81d296c2a27fe0d6d..dd3174cedcfb19d9edc97e39d1fc5649ebbd4339 100644 (file)
@@ -425,6 +425,13 @@ Pseudo-code:
     EA <- b + EXTS(DS || 0b00)
     RT <- EXTS(MEM(EA, 4))
 
+Description:
+
+    Let the effective address (EA) be the sum
+    (RA|0)+ (DS||0b00). 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