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:
785e0e8
)
Added english language description, spaces and brackets for ldu instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 26 Sep 2023 10:56:23 +0000
(11:56 +0100)
committer
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 26 Sep 2023 10:56:23 +0000
(11:56 +0100)
openpower/isa/fixedload.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedload.mdwn
b/openpower/isa/fixedload.mdwn
index a87d6332b2c176356cdfe2492c40176e8c90159b..2ff1a3b0bd88398f41e3d56519481a0bdfee5af3 100644
(file)
--- a/
openpower/isa/fixedload.mdwn
+++ b/
openpower/isa/fixedload.mdwn
@@
-542,6
+542,16
@@
Pseudo-code:
RT <- MEM(EA, 8)
RA <- EA
+Description:
+
+ Let the effective address (EA) be the sum
+ (RA)+ (DS||0b00). The doubleword in storage
+ addressed by EA is loaded into RT.
+
+ EA is placed into register RA.
+
+ If RA=0 or RA=RT, the instruction form is invalid.
+
Special Registers Altered:
None