projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e48cf
)
Added english language description, spaces and brackets for lwax instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 26 Sep 2023 10:42:22 +0000
(11:42 +0100)
committer
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 26 Sep 2023 10:42:22 +0000
(11:42 +0100)
openpower/isa/fixedload.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedload.mdwn
b/openpower/isa/fixedload.mdwn
index dd3174cedcfb19d9edc97e39d1fc5649ebbd4339..5ade4063470bb26a4a48a7ed4fdd72c1d7fdbd2d 100644
(file)
--- a/
openpower/isa/fixedload.mdwn
+++ b/
openpower/isa/fixedload.mdwn
@@
-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