]> 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)
commit7b217815625381bca49067ac6d12c10556a76e11
treec7f5118c33eec34d23e1866f6db5980109df0441
parent43a4f232fa8d8cab2c748112bba363e92da1ea37
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