On 3/12/20 7:58 AM, LIU Zhiwei wrote: > Signed-off-by: LIU Zhiwei <zhiwei_...@c-sky.com> > --- > target/riscv/helper.h | 5 +++++ > target/riscv/insn32.decode | 1 + > target/riscv/insn_trans/trans_rvv.inc.c | 26 +++++++++++++++++++++++++ > target/riscv/vector_helper.c | 15 ++++++++++++++ > 4 files changed, 47 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> What an annoying difference here between 0.7.1 and 0.8. With 0.8, we can inline this operation as for vmv.x.s. r~