projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac37d3a
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 13 Dec 2020 16:41:20 +0000
(16:41 +0000)
committer
IkiWiki
<ikiwiki.info>
Sun, 13 Dec 2020 16:41:20 +0000
(16:41 +0000)
openpower/sv/mv.vec.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/mv.vec.mdwn
b/openpower/sv/mv.vec.mdwn
index 5d7f239d3e55e0314112a46868727d281572a049..1b6572bec2472a3d7632beccbf35d05a199d1f9c 100644
(file)
--- a/
openpower/sv/mv.vec.mdwn
+++ b/
openpower/sv/mv.vec.mdwn
@@
-7,3
+7,4
@@
Basic idea: mv operations where either the src or dest is specifically marked as
mv.srcvec r3, r4.vec2
mv.destvec r2.vec4, r5
+TODO: evaluate whether this will fit with [[mv.swizzle]] involved as well.