[v3,0/1] RISC-V: Add support for the 'Zihintntl' extension

Message ID cover.1691454209.git.research_trasio@irq.a4lg.com
Headers
Series RISC-V: Add support for the 'Zihintntl' extension |

Message

Tsukasa OI Aug. 8, 2023, 12:24 a.m. UTC
  Hi,

This is the version 3 of the 'Zihintntl' extension support
(and effectively a ping).

Changes: v2 -> v3
*   Rebased.
*   Added a test to check base instruction of the 'Zihintntl' instructions.

Thanks,
Tsukasa




Tsukasa OI (1):
  RISC-V: Add support for the 'Zihintntl' extension

 bfd/elfxx-riscv.c                        | 18 +++++++++++++
 gas/testsuite/gas/riscv/zihintntl-base.d | 24 +++++++++++++++++
 gas/testsuite/gas/riscv/zihintntl-base.s | 29 +++++++++++++++++++++
 gas/testsuite/gas/riscv/zihintntl-na.d   | 33 ++++++++++++++++++++++++
 gas/testsuite/gas/riscv/zihintntl.d      | 32 +++++++++++++++++++++++
 gas/testsuite/gas/riscv/zihintntl.s      | 32 +++++++++++++++++++++++
 include/opcode/riscv-opc.h               | 26 +++++++++++++++++++
 include/opcode/riscv.h                   |  2 ++
 opcodes/riscv-opc.c                      | 12 +++++++++
 9 files changed, 208 insertions(+)
 create mode 100644 gas/testsuite/gas/riscv/zihintntl-base.d
 create mode 100644 gas/testsuite/gas/riscv/zihintntl-base.s
 create mode 100644 gas/testsuite/gas/riscv/zihintntl-na.d
 create mode 100644 gas/testsuite/gas/riscv/zihintntl.d
 create mode 100644 gas/testsuite/gas/riscv/zihintntl.s


base-commit: d734d43a048b33ee12df2c06c2e782887e9715f6