projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47f12f4
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 17 Dec 2020 12:57:34 +0000
(12:57 +0000)
committer
IkiWiki
<ikiwiki.info>
Thu, 17 Dec 2020 12:57:34 +0000
(12:57 +0000)
openpower/sv/ldst.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/ldst.mdwn
b/openpower/sv/ldst.mdwn
index 30f75bb45de25a8bd453a56e7cc3354d85c804f5..5d71fe30cc1d03544281fb7eb92896537c5cbfe7 100644
(file)
--- a/
openpower/sv/ldst.mdwn
+++ b/
openpower/sv/ldst.mdwn
@@
-8,3
+8,8
@@
Vectorisation of Load and Store requires creation, from scalar operations, a num
OpenPOWER Load/Store operations may be seen from [[isa/fixedload]] and [[isa/fixedstore]] pseudocode to be of the form:
+ lbux RT, RA, TB
+ EA <- (RA) + (RB)
+ RT <- MEM(EA)
+
+and for immediate variants: