RISC-V: Add support for the Zvkng ISA extension
authorNathan Huckleberry <nhuck@google.com>
Fri, 30 Jun 2023 20:44:23 +0000 (22:44 +0200)
committerJeff Law <jlaw@ventanamicro>
Sat, 1 Jul 2023 13:29:58 +0000 (07:29 -0600)
commit5dfb644f9340bad1a4e8abaa512a637d39056649
treedbab1b14d8931f7e577576af8ef45cb14d698148
parent48558a5e5471a5b6d084dbb836af333b85b4123c
RISC-V: Add support for the Zvkng ISA extension

Zvkng is part of the vector crypto extensions.

Zvkng is shorthand for the following set of extensions:
- Zvkn
- Zvkg

bfd/ChangeLog:

* elfxx-riscv.c: Define Zvkng extension.

gas/ChangeLog:

* testsuite/gas/riscv/zvkng.d: New test.
* testsuite/gas/riscv/zvkng.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/zvkng.d [new file with mode: 0644]
gas/testsuite/gas/riscv/zvkng.s [new file with mode: 0644]