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

Tsukasa OI research_trasio@irq.a4lg.com
Tue Aug 8 00:24:03 GMT 2023


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
-- 
2.41.0



More information about the Binutils mailing list