Re: [PATCH v10 08/16] target/riscv: Reassign instructions to the Zbs-extension

2021-09-07 Thread Bin Meng
On Sun, Sep 5, 2021 at 4:43 AM Philipp Tomsich wrote: > > The following instructions are part of Zbs: > - b{set,clr,ext,inv} > - b{set,clr,ext,inv}i > > Signed-off-by: Philipp Tomsich > Reviewed-by: Richard Henderson > Reviewed-by: Alistair Francis > --- > > (no changes since v3) > > Changes

[PATCH v10 08/16] target/riscv: Reassign instructions to the Zbs-extension

2021-09-04 Thread Philipp Tomsich
The following instructions are part of Zbs: - b{set,clr,ext,inv} - b{set,clr,ext,inv}i Signed-off-by: Philipp Tomsich Reviewed-by: Richard Henderson Reviewed-by: Alistair Francis --- (no changes since v3) Changes in v3: - The changes to the Zbs instructions (i.e. the REQUIRE_ZBS macro) and