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:
634d390
)
Added English Language description for lfdux instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:28:02 +0000
(11:28 +0100)
committer
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:28:02 +0000
(11:28 +0100)
openpower/isa/fpload.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fpload.mdwn
b/openpower/isa/fpload.mdwn
index d2dd27ab86656e08567cad6172678c00292bc4ff..3ec13b6a1ae78fec149489e258ea695711de1263 100644
(file)
--- a/
openpower/isa/fpload.mdwn
+++ b/
openpower/isa/fpload.mdwn
@@
-190,6
+190,17
@@
Pseudo-code:
FRT <- MEM(EA, 8)
RA <- EA
+Description:
+
+ Let the effective address (EA) be the sum (RA)+(RB).
+
+ The doubleword in storage addressed by EA is loaded
+ into register FRT.
+
+ EA is placed into register RA.
+
+ If RA=0, the instruction form is invalid.
+
Special Registers Altered:
None