]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen instructions
authorMax Chou <max.chou@sifive.com>
Fri, 22 Mar 2024 09:25:58 +0000 (17:25 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 5 Jun 2024 10:05:10 +0000 (13:05 +0300)
commit0f9578497cdb988f3eb830a9e21000fa9cdac836
treecb636c85c36b1c065c719a1eeb9049e70ece4417
parentc4173e4cafaaa306fea40ed5fce4cc27fee3f0d5
target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen instructions

If the checking functions check both the single and double width
operators at the same time, then the single width operator checking
functions (require_rvf[min]) will check whether the SEW is 8.

Signed-off-by: Max Chou <max.chou@sifive.com>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Cc: qemu-stable <qemu-stable@nongnu.org>
Message-ID: <20240322092600.1198921-5-max.chou@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
(cherry picked from commit 93cb52b7a3ccc64e8d28813324818edae07e21d5)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/riscv/insn_trans/trans_rvv.c.inc