On 8/17/20 1:49 AM, [email protected] wrote: > From: Frank Chang <[email protected]> > > Add the following instructions: > > * vaaddu.vv > * vaaddu.vx > * vasubu.vv > * vasubu.vx > > Remove the following instructions: > > * vadd.vi > > Signed-off-by: Frank Chang <[email protected]> > --- > target/riscv/helper.h | 16 ++++++ > target/riscv/insn32.decode | 13 +++-- > target/riscv/insn_trans/trans_rvv.inc.c | 5 +- > target/riscv/vector_helper.c | 74 +++++++++++++++++++++++++ > 4 files changed, 102 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
