From cf47fa1b70ecac2dae4a62660490317b2296bcce Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 5 Oct 2019 13:01:03 +0100 Subject: [PATCH] --- simple_v_extension/specification/mv.x.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/simple_v_extension/specification/mv.x.rst b/simple_v_extension/specification/mv.x.rst index 8a21d364d..de3d9c241 100644 --- a/simple_v_extension/specification/mv.x.rst +++ b/simple_v_extension/specification/mv.x.rst @@ -201,3 +201,13 @@ swizzle2 takes 2 arguments, interleaving the two vectors depending on a 3rd (the +-----------+ +-------+-------+------+ | fswizzlei | | rs1 | 010 | rd | +-----------+-------+-------+-------+-------+-------+------+ + +Matrix 4x4 Vector mul +===================== + +:: + + pfscale,3 F2, F1, F10 + pfscaleadd,2 F2, F1, F11, F2 + pfscaleadd,1 F2, F1, F12, F2 + pfscaleadd,0 F2, F1, F13, F2 -- 2.30.2