From: lkcl Date: Mon, 7 Oct 2019 08:59:12 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3887 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f6524755f7d4837b60918eb8074683f424c87a8;p=libreriscv.git --- diff --git a/simple_v_extension/specification/mv.x.rst b/simple_v_extension/specification/mv.x.rst index 332892f8e..7d3275447 100644 --- a/simple_v_extension/specification/mv.x.rst +++ b/simple_v_extension/specification/mv.x.rst @@ -230,7 +230,7 @@ In effect what this is doing is: fmac f2, f1.zzzz, f12, f2 fmac f2, f1.wwww, f13, f2 -Where all of f2, f1, and f10-13 are vec4 +Where all of f2, f1, and f10-13 are vec4, and f1.x-w are copied (fixed index) where the other vec4 indices progress. Pseudocode ==========