From: lkcl Date: Mon, 14 Oct 2019 14:45:09 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3854 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e944532f24081680ad2e3f1672533f211ed1d22;p=libreriscv.git --- diff --git a/simple_v_extension/vector_ops.mdwn b/simple_v_extension/vector_ops.mdwn index 222fb20ff..eb868d91c 100644 --- a/simple_v_extension/vector_ops.mdwn +++ b/simple_v_extension/vector_ops.mdwn @@ -153,6 +153,8 @@ other and returns length: * VLERP vd, vs1, rs2 # SUBVL=2: vs1.v0 vs1.v1 | Instr | result | src1 | src2 | SUBVL | VL | +| ------------------ | ------ | ---- | ---- | ----- | -- | +| VLERP vd, vs1, rs2 | vec2 | vec2 | scal | 2 | any | Known as **fmix** in GLSL.