On Sun, Sep 5, 2021 at 4:53 AM Philipp Tomsich <[email protected]> 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 <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > Reviewed-by: Alistair Francis <[email protected]> > --- > > (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 <[email protected]>
