(no commit message)
authorlkcl <lkcl@web>
Sun, 13 Dec 2020 16:39:50 +0000 (16:39 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 13 Dec 2020 16:39:50 +0000 (16:39 +0000)
openpower/sv/mv.vec.mdwn [new file with mode: 0644]

diff --git a/openpower/sv/mv.vec.mdwn b/openpower/sv/mv.vec.mdwn
new file mode 100644 (file)
index 0000000..5d7f239
--- /dev/null
@@ -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
+