On Sun, Sep 5, 2021 at 4:38 AM Philipp Tomsich <philipp.toms...@vrull.eu> wrote: > > This reassigns the instructions that are part of Zbb into it, with the > notable exceptions of the instructions (rev8, zext.w and orc.b) that > changed due to gorci, grevi and pack not being part of Zb[abcs]. > > Signed-off-by: Philipp Tomsich <philipp.toms...@vrull.eu> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> > --- > > (no changes since v3) > > Changes in v3: > - The changes to the Zbb instructions (i.e. use the REQUIRE_ZBB macro) > are now in a separate commit. > > target/riscv/insn32.decode | 40 ++++++++++--------- > target/riscv/insn_trans/trans_rvb.c.inc | 51 ++++++++++++++----------- > 2 files changed, 50 insertions(+), 41 deletions(-) >
Acked-by: Bin Meng <bmeng...@gmail.com>