From: lkcl Date: Mon, 14 Oct 2019 14:13:01 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3855 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2cef870883cac4014dc4c1030179f6cf3d68d6df;p=libreriscv.git --- diff --git a/simple_v_extension/vector_ops.mdwn b/simple_v_extension/vector_ops.mdwn index ac1c20fd6..222fb20ff 100644 --- a/simple_v_extension/vector_ops.mdwn +++ b/simple_v_extension/vector_ops.mdwn @@ -150,7 +150,9 @@ other and returns length: ## Vector LERP -* VLERP rd, vs1, rs2 # SUBVL=2: vs1.v0 vs1.v1 +* VLERP vd, vs1, rs2 # SUBVL=2: vs1.v0 vs1.v1 + +| Instr | result | src1 | src2 | SUBVL | VL | Known as **fmix** in GLSL.