RISC-V: Add support for the Zvksc ISA extension
authorNathan Huckleberry <nhuck@google.com>
Fri, 30 Jun 2023 20:44:42 +0000 (22:44 +0200)
committerJeff Law <jlaw@ventanamicro>
Sat, 1 Jul 2023 13:32:15 +0000 (07:32 -0600)
commitd556141eb12bc75f78000facd899322096800091
treecc5d9052d48d411118f273eaf56a9137f73cb98e
parent937cc1c690c959240075eb45720310533d3a1c0d
RISC-V: Add support for the Zvksc ISA extension

Zvksc is part of the vector crypto extensions.

Zvksc is shorthand for the following set of extensions:
- Zvks
- Zvbc

bfd/ChangeLog:

* elfxx-riscv.c: Define Zvksc extension.

gas/ChangeLog:

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