From: lkcl Date: Sun, 13 Dec 2020 16:41:20 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~1350 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da9de66ee39dd1cf5eb22f391ac17ee62d5aefba;p=libreriscv.git --- diff --git a/openpower/sv/mv.vec.mdwn b/openpower/sv/mv.vec.mdwn index 5d7f239d3..1b6572bec 100644 --- 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.