projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d426f92
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 17 Dec 2020 12:55:06 +0000
(12:55 +0000)
committer
IkiWiki
<ikiwiki.info>
Thu, 17 Dec 2020 12:55:06 +0000
(12:55 +0000)
openpower/sv/ldst.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/openpower/sv/ldst.mdwn
b/openpower/sv/ldst.mdwn
new file mode 100644
(file)
index 0000000..
30f75bb
--- /dev/null
+++ b/
openpower/sv/ldst.mdwn
@@ -0,0
+1,10
@@
+# SV Load and Store
+
+Vectorisation of Load and Store requires creation, from scalar operations, a number of different types:
+
+* fixed stride
+* element strided
+* vector indexed
+
+OpenPOWER Load/Store operations may be seen from [[isa/fixedload]] and [[isa/fixedstore]] pseudocode to be of the form:
+