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:
bb935b0
)
Added English Language description for lfiwax instruction
author
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:29:02 +0000
(11:29 +0100)
committer
Shriya Sharma
<shriya@redsemiconductor.com>
Tue, 3 Oct 2023 10:29:02 +0000
(11:29 +0100)
openpower/isa/fpload.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fpload.mdwn
b/openpower/isa/fpload.mdwn
index 3ec13b6a1ae78fec149489e258ea695711de1263..6e83857e123f280e79b8b2ada23dab6df0f6bdfa 100644
(file)
--- a/
openpower/isa/fpload.mdwn
+++ b/
openpower/isa/fpload.mdwn
@@
-216,6
+216,14
@@
Pseudo-code:
EA <- (RA|0) + (RB)
FRT <- 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
+ FRT [32:63]. FRT [0:31] are filled with a copy of bit 0 of the
+ loaded word.
+
Special Registers Altered:
None