Re: [PATCH v8 08/15] target/riscv: Add Zvbb ISA extension support

2023-08-02 Thread Alistair Francis
On Tue, Jul 11, 2023 at 1:00 PM Max Chou wrote: > > From: Dickon Hood > > This commit adds support for the Zvbb vector-crypto extension, which > consists of the following instructions: > > * vrol.[vv,vx] > * vror.[vv,vx,vi] > * vbrev8.v > * vrev8.v > * vandn.[vv,vx] > * vbrev.v > * vclz.v > *

[PATCH v8 08/15] target/riscv: Add Zvbb ISA extension support

2023-07-11 Thread Max Chou
From: Dickon Hood This commit adds support for the Zvbb vector-crypto extension, which consists of the following instructions: * vrol.[vv,vx] * vror.[vv,vx,vi] * vbrev8.v * vrev8.v * vandn.[vv,vx] * vbrev.v * vclz.v * vctz.v * vcpop.v * vwsll.[vv,vx,vi] Translation functions are defined in