]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: rvv: Source vector registers cannot overlap mask register
authorAnton Blanchard <antonb@tenstorrent.com>
Tue, 8 Apr 2025 10:39:29 +0000 (18:39 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 19 May 2025 03:38:08 +0000 (13:38 +1000)
commit3e8d1e4a628bb234c0b5d1ccd510900047181dbd
tree11688c318362e17619dce7158f31a3fc8184632b
parent22b448ccc6611a59d4aa54419f4d88c1f343cb35
target/riscv: rvv: Source vector registers cannot overlap mask register

Add the relevant ISA paragraphs explaining why source (and destination)
registers cannot overlap the mask register.

Signed-off-by: Anton Blanchard <antonb@tenstorrent.com>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Reviewed-by: Max Chou <max.chou@sifive.com>
Signed-off-by: Max Chou <max.chou@sifive.com>
Message-ID: <20250408103938.3623486-2-max.chou@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Cc: qemu-stable@nongnu.org
target/riscv/insn_trans/trans_rvv.c.inc