Re: [PATCH v4 12/17] target/riscv: Add Zvksh ISA extension support

2023-06-22 Thread Daniel Henrique Barboza
On 6/22/23 13:16, Max Chou wrote: From: Lawrence Hunter This commit adds support for the Zvksh vector-crypto extension, which consists of the following instructions: * vsm3me.vv * vsm3c.vi Translation functions are defined in `target/riscv/insn_trans/trans_rvvk.c.inc` and helpers are defin

[PATCH v4 12/17] target/riscv: Add Zvksh ISA extension support

2023-06-22 Thread Max Chou
From: Lawrence Hunter This commit adds support for the Zvksh vector-crypto extension, which consists of the following instructions: * vsm3me.vv * vsm3c.vi Translation functions are defined in `target/riscv/insn_trans/trans_rvvk.c.inc` and helpers are defined in `target/riscv/vcrypto_helper.c`.