On Sun, Sep 5, 2021 at 4:53 AM Philipp Tomsich <philipp.toms...@vrull.eu> wrote: > > With everything classified as Zb[abcs] and pre-0.93 draft-B > instructions that are not part of Zb[abcs] removed, we can remove the > remaining support code for RVB. > > Note that RVB has been retired for good and misa.B will neither mean > 'some' or 'all of' Zb*: > https://lists.riscv.org/g/tech-bitmanip/message/532 > > 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: > - Removing RVB moved into a separate commit at the tail-end of the series. > > target/riscv/cpu.c | 26 -------------------------- > target/riscv/cpu.h | 3 --- > target/riscv/insn32.decode | 4 ---- > 3 files changed, 33 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>