Re: [PATCH v8 04/15] target/riscv: Add Zvbc ISA extension support

2023-08-02 Thread Alistair Francis
On Tue, Jul 11, 2023 at 1:00 PM Max Chou wrote: > > From: Lawrence Hunter > > This commit adds support for the Zvbc vector-crypto extension, which > consists of the following instructions: > > * vclmulh.[vx,vv] > * vclmul.[vx,vv] > > Translation functions are defined in > `target/riscv/insn_trans

[PATCH v8 04/15] target/riscv: Add Zvbc ISA extension support

2023-07-11 Thread Max Chou
From: Lawrence Hunter This commit adds support for the Zvbc vector-crypto extension, which consists of the following instructions: * vclmulh.[vx,vv] * vclmul.[vx,vv] Translation functions are defined in `target/riscv/insn_trans/trans_rvvk.c.inc` and helpers are defined in `target/riscv/vcrypto_