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)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 3 Jun 2024 01:12:12 +0000 (11:12 +1000)
commit93cb52b7a3ccc64e8d28813324818edae07e21d5
treee6f77f17932c8aa198b7dd4ca86e792f7277f40b
parent692f33a3abcaae789b08623e7cbdffcd2c738c89
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>
target/riscv/insn_trans/trans_rvv.c.inc