Re: [PATCH v4 09/17] target/riscv: Add Zvbb ISA extension support

2023-06-22 Thread Daniel Henrique Barboza
On 6/22/23 13:16, 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 * vctz.v * vcpop.v * vwsll.[vv,vx,vi] Tr

[PATCH v4 09/17] target/riscv: Add Zvbb ISA extension support

2023-06-22 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 `tar