]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
RISC-V: Add support for the Zvkn ISA extension
authorChristoph Müllner <christoph.muellner@vrull.eu>
Fri, 30 Jun 2023 20:44:12 +0000 (22:44 +0200)
committerJeff Law <jlaw@ventanamicro>
Sat, 1 Jul 2023 13:28:40 +0000 (07:28 -0600)
commitc62d5acf8478b0cb3c93130cb15fa76aecd93a02
treec2921c7aa874b3b427e38e487a09fa8a54915e6b
parent259a2647dc158e196e4e03719cdc6bb0ff657d1d
RISC-V: Add support for the Zvkn ISA extension

Zvkn is part of the vector crypto extensions.

Zvkn is shorthand for the following set of extensions:
- Zvkned
- Zvknhb
- Zvbb
- Zvkt

bfd/ChangeLog:

* elfxx-riscv.c: Define Zvkn extension.

gas/ChangeLog:

* testsuite/gas/riscv/zvkn.d: New test.
* testsuite/gas/riscv/zvkn.s: New test.

Signed-off-by: Nathan Huckleberry <nhuck@google.com>
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
bfd/elfxx-riscv.c
gas/testsuite/gas/riscv/zvkn.d [new file with mode: 0644]
gas/testsuite/gas/riscv/zvkn.s [new file with mode: 0644]