[PATCH 05/14] Add support for the Zvknh[a,b] ISA extensions.

Jeff Law jeffreyalaw@gmail.com
Fri Jun 30 19:33:25 GMT 2023



On 6/29/23 11:18, Nathan Huckleberry via Binutils wrote:
> From: Christoph Müllner <christoph.muellner@vrull.eu>
> 
> Zvknh[a,b] are parts of the vector crypto extensions.
> 
> This extension adds the following instructions:
> - vsha2ms.vv
> - vsha2c[hl].vv
> 
> Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
> [Updated to newest version of RISC-V spec]
> Signed-off-by: Nathan Huckleberry <nhuck@google.com>
> ---
>   bfd/elfxx-riscv.c                       | 13 +++++++++++++
>   gas/testsuite/gas/riscv/zvknha.d        | 12 ++++++++++++
>   gas/testsuite/gas/riscv/zvknha_zvknhb.s |  3 +++
>   gas/testsuite/gas/riscv/zvknhb.d        | 12 ++++++++++++
>   include/opcode/riscv-opc.h              | 11 +++++++++++
>   include/opcode/riscv.h                  |  3 +++
>   opcodes/riscv-opc.c                     |  5 +++++
>   7 files changed, 59 insertions(+)
>   create mode 100644 gas/testsuite/gas/riscv/zvknha.d
>   create mode 100644 gas/testsuite/gas/riscv/zvknha_zvknhb.s
>   create mode 100644 gas/testsuite/gas/riscv/zvknhb.d
Same as 01-04 in this kit.  Just needs ChangeLog and NEWS entries.

jeff


More information about the Binutils mailing list