RISC-V: Add support for the Zvks ISA extension
authorChristoph Müllner <christoph.muellner@vrull.eu>
Fri, 30 Jun 2023 20:44:28 +0000 (22:44 +0200)
committerJeff Law <jlaw@ventanamicro>
Sat, 1 Jul 2023 13:30:08 +0000 (07:30 -0600)
commit33057f810e91dd1a76279e6160bcf3ae110a1abe
tree4b6a4765921a1e783e7900e60bfddf8de5364e97
parent5dfb644f9340bad1a4e8abaa512a637d39056649
RISC-V: Add support for the Zvks ISA extension

Zvks is part of the vector crypto extensions.

Zvks is shorthand for the following set of extensions:
- Zvksed
- Zvksh
- Zvbb
- Zvkt

bfd/ChangeLog:

* elfxx-riscv.c: Define Zvks extension.

gas/ChangeLog:

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