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:
f92ed0c
)
Added English Language description for lfdx instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:26:07 +0000
(11:26 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 29 Oct 2023 08:54:37 +0000
(08:54 +0000)
openpower/isa/fpload.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fpload.mdwn
b/openpower/isa/fpload.mdwn
index 47276e1ee81768be367929ecd8c85d26505d23d8..eb00e3b3e040f8ea3ebf1ad9ad43b93d5bb32241 100644
(file)
--- a/
openpower/isa/fpload.mdwn
+++ b/
openpower/isa/fpload.mdwn
@@
-140,6
+140,13
@@
Pseudo-code:
EA <- (RA|0) + (RB)
FRT <- MEM(EA, 8)
+Description:
+
+ Let the effective address (EA) be the sum (RA|0)+(RB).
+
+ The doubleword in storage addressed by EA is loaded
+ into register FRT.
+
Special Registers Altered:
None