Re: [PATCH v2 04/14] target/riscv: Replace Zvbb checking by Zvkb

2023-11-01 Thread Alistair Francis
On Fri, Oct 27, 2023 at 1:21 AM Max Chou wrote: > > The Zvkb extension is a proper subset of the Zvbb extension and includes > following instructions: > * vandn.[vv,vx] > * vbrev8.v > * vrev8.v > * vrol.[vv,vx] > * vror.[vv,vx,vi] > > Signed-off-by: Max Chou Acked-by: Alistair Francis

Re: [PATCH v2 04/14] target/riscv: Replace Zvbb checking by Zvkb

2023-10-30 Thread Daniel Henrique Barboza
On 10/26/23 12:18, Max Chou wrote: The Zvkb extension is a proper subset of the Zvbb extension and includes following instructions: * vandn.[vv,vx] * vbrev8.v * vrev8.v * vrol.[vv,vx] * vror.[vv,vx,vi] Signed-off-by: Max Chou --- Reviewed-by: Daniel Henrique Barboza tar

[PATCH v2 04/14] target/riscv: Replace Zvbb checking by Zvkb

2023-10-26 Thread Max Chou
The Zvkb extension is a proper subset of the Zvbb extension and includes following instructions: * vandn.[vv,vx] * vbrev8.v * vrev8.v * vrol.[vv,vx] * vror.[vv,vx,vi] Signed-off-by: Max Chou --- target/riscv/insn_trans/trans_rvvk.c.inc | 37 +++- 1 file changed, 24