]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: Fix the rvv reserved encoding of unmasked instructions
authorMax Chou <max.chou@sifive.com>
Tue, 8 Apr 2025 10:39:38 +0000 (18:39 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 20 May 2025 06:59:14 +0000 (09:59 +0300)
commit41c984df66ac85c81893add1ba497f2092503c39
treeb3f464b10638df0bb24785680183634b5679a671
parent84dd432553c48aecaf3d2020eb7bfd3496ab5cb6
target/riscv: Fix the rvv reserved encoding of unmasked instructions

According to the v spec, the encodings of vcomoress.vm and vector
mask-register logical instructions with vm=0 are reserved.

Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Max Chou <max.chou@sifive.com>
Message-ID: <20250408103938.3623486-11-max.chou@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Cc: qemu-stable@nongnu.org
(cherry picked from commit 8539a1244bf240d28917effb88a140eb58e45e88)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/riscv/insn32.decode