From: lkcl Date: Sun, 6 Oct 2019 14:44:31 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3890 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01fec2b35ec7c8e7a6b97424429b66d60a5d8e57;p=libreriscv.git --- diff --git a/simple_v_extension/specification/mv.x.rst b/simple_v_extension/specification/mv.x.rst index 6b3232ea4..ce75de220 100644 --- a/simple_v_extension/specification/mv.x.rst +++ b/simple_v_extension/specification/mv.x.rst @@ -106,6 +106,13 @@ potential MV.X? register-version of MV-swizzle? question: do we need a swizzle MV.X as well? +MV.X with 3 operands +==================== + +regs[rd] = regs[rs1 + regs[rs2]] + +Similar to LD/ST with the same twin predication rules + macro-op fusion ===============