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

2021-09-07 Thread Bin Meng
On Sun, Sep 5, 2021 at 4:38 AM Philipp Tomsich 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 Toms

[PATCH v10 10/16] target/riscv: Reassign instructions to the Zbb-extension

2021-09-04 Thread Philipp Tomsich
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 Reviewed-by: Richard Henderson Reviewed-by: Alistair Francis