target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unordered
authorYang Liu <liuyang22@iscas.ac.cn>
Wed, 17 Aug 2022 07:48:02 +0000 (15:48 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Tue, 27 Sep 2022 01:23:57 +0000 (11:23 +1000)
commita3ab69f9f6c000481c439923d16416b8941d5b37
treee5516890ab615352a6dc0b33e346af31a9379fd6
parent5bda21c0ea02c1af160ddee6f0b62c569282294c
target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unordered

Starting with RVV1.0, the original vf[w]redsum_vs instruction was renamed
to vf[w]redusum_vs. The distinction between ordered and unordered is also
more consistent with other instructions, although there is no difference
in implementation between the two for QEMU.

Signed-off-by: Yang Liu <liuyang22@iscas.ac.cn>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Frank Chang <frank.chang@sifive.com>
Message-Id: <20220817074802.20765-2-liuyang22@iscas.ac.cn>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/helper.h
target/riscv/insn32.decode
target/riscv/insn_trans/trans_rvv.c.inc
target/riscv/vector_helper.c