On Sun, Sep 5, 2021 at 4:43 AM Philipp Tomsich <philipp.toms...@vrull.eu> wrote: > > The following instructions are part of Zbs: > - b{set,clr,ext,inv} > - b{set,clr,ext,inv}i > > 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 Zbs instructions (i.e. the REQUIRE_ZBS macro) and > its use for qualifying the Zba instructions) are moved into a > separate commit. > > target/riscv/insn32.decode | 17 +++++++++-------- > target/riscv/insn_trans/trans_rvb.c.inc | 25 +++++++++++++++---------- > 2 files changed, 24 insertions(+), 18 deletions(-) >
Acked-by: Bin Meng <bmeng...@gmail.com>