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:
2948dc1
)
Added English Language description for lfiwzx instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:29:58 +0000
(11:29 +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 6e83857e123f280e79b8b2ada23dab6df0f6bdfa..d2bc4185d3577998bf4f90ce8d59926ac9bed96f 100644
(file)
--- a/
openpower/isa/fpload.mdwn
+++ b/
openpower/isa/fpload.mdwn
@@
-239,6
+239,13
@@
Pseudo-code:
EA <- (RA|0) + (RB)
FRT <- [0]*32 || 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
+ FRT [32:63]. FRT [0:31] are set to 0.
+
Special Registers Altered:
None