target/riscv: rvv-1.0: single-width averaging add and subtract instructions
authorFrank Chang <frank.chang@sifive.com>
Fri, 10 Dec 2021 07:56:27 +0000 (15:56 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 20 Dec 2021 04:51:36 +0000 (14:51 +1000)
commit8b99a110f7ff2c7e1d1294998226b84176384ef3
tree154376755fc52623586a8b13a1fce2c0bf961062
parentcd01340e75a700591de5715aa9f0aa226e5a0d34
target/riscv: rvv-1.0: single-width averaging add and subtract instructions

Add the following instructions:

* vaaddu.vv
* vaaddu.vx
* vasubu.vv
* vasubu.vx

Remove the following instructions:

* vadd.vi

Signed-off-by: Frank Chang <frank.chang@sifive.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211210075704.23951-42-frank.chang@sifive.com>
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