RISC-V: Add support for the Zvksg ISA extension
authorNathan Huckleberry <nhuck@google.com>
Fri, 30 Jun 2023 20:44:32 +0000 (22:44 +0200)
committerJeff Law <jlaw@ventanamicro>
Sat, 1 Jul 2023 13:30:40 +0000 (07:30 -0600)
commitc6cffecd3cc181bcd1960960eefc848fb0424757
tree71f6ac37dc6b3b78380990c2b2df128d2ae80ba3
parent33057f810e91dd1a76279e6160bcf3ae110a1abe
RISC-V: Add support for the Zvksg ISA extension

Zvksg is part of the vector crypto extensions.

Zvksg is shorthand for the following set of extensions:
- Zvks
- Zvkg

bfd/ChangeLog:

* elfxx-riscv.c: Define Zvksg extension.

gas/ChangeLog:

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