projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c839dba
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 13 Dec 2020 16:39:50 +0000
(16:39 +0000)
committer
IkiWiki
<ikiwiki.info>
Sun, 13 Dec 2020 16:39:50 +0000
(16:39 +0000)
openpower/sv/mv.vec.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/openpower/sv/mv.vec.mdwn
b/openpower/sv/mv.vec.mdwn
new file mode 100644
(file)
index 0000000..
5d7f239
--- /dev/null
+++ b/
openpower/sv/mv.vec.mdwn
@@ -0,0
+1,9
@@
+# move to/from vec2/3/4
+
+See <https://bugs.libre-soc.org/show_bug.cgi?id=230#c30>
+
+Basic idea: mv operations where either the src or dest is specifically marked as having SUBVL apply to it, but, crucially, the *other* argument does *not*.
+
+ mv.srcvec r3, r4.vec2
+ mv.destvec r2.vec4, r5
+