projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d76ad84
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 3 Oct 2019 13:36:02 +0000
(14:36 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 3 Oct 2019 13:36:02 +0000
(14:36 +0100)
simple_v_extension/specification/ld.x.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/simple_v_extension/specification/ld.x.mdwn
b/simple_v_extension/specification/ld.x.mdwn
new file mode 100644
(file)
index 0000000..
5ca7683
--- /dev/null
+++ b/
simple_v_extension/specification/ld.x.mdwn
@@ -0,0
+1,13
@@
+# LD.X and LD.Swizzle
+
+See <http://bugs.libre-riscv.org/show_bug.cgi?id=139>
+
+SV is based on vectorisation of scalar opcodes. LD and ST from scalar RISCV can be extended by either rd or rs1 being vectorised, however a third "immediate element strided" multiples do not fit.
+
+In addition, Vulkan requires swizzled LD/ST covering:
+
+* constant 0, 1
+* min/max int/uint
+* 1.0 and
+* x, y, z, or w.
+