public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PING] [PATCH 0/3] RISC-V: Add support for Zfbfmin Zvfbfmin and Zvfbfwma extension
@ 2024-06-05  1:36 Xiao Zeng
  2024-06-05  1:36 ` [PING] [PATCH 1/3] RISC-V: Add support for Zfbfmin extension Xiao Zeng
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Xiao Zeng @ 2024-06-05  1:36 UTC (permalink / raw)
  To: binutils; +Cc: kito.cheng, palmer, nelson, zhengyu, Xiao Zeng

These three extensions are already supported in gcc, and detailed
information can be found in each patch.

Xiao Zeng (3):
  RISC-V: Add support for Zfbfmin extension
  RISC-V: Add support for Zvfbfmin extension
  RISC-V: Add support for Zvfbfwma extension

 bfd/elfxx-riscv.c                       | 19 +++++++++++++++++++
 gas/NEWS                                |  6 ++++++
 gas/testsuite/gas/riscv/march-help.l    |  3 +++
 gas/testsuite/gas/riscv/zfbfmin.d       | 11 +++++++++++
 gas/testsuite/gas/riscv/zfbfmin.s       |  6 ++++++
 gas/testsuite/gas/riscv/zvfbfmin-rv32.d | 12 ++++++++++++
 gas/testsuite/gas/riscv/zvfbfmin-rv32.s |  7 +++++++
 gas/testsuite/gas/riscv/zvfbfmin-rv64.d | 12 ++++++++++++
 gas/testsuite/gas/riscv/zvfbfmin-rv64.s |  7 +++++++
 gas/testsuite/gas/riscv/zvfbfwma-rv32.d | 12 ++++++++++++
 gas/testsuite/gas/riscv/zvfbfwma-rv32.s |  7 +++++++
 gas/testsuite/gas/riscv/zvfbfwma-rv64.d | 12 ++++++++++++
 gas/testsuite/gas/riscv/zvfbfwma-rv64.s |  7 +++++++
 include/opcode/riscv-opc.h              | 24 ++++++++++++++++++++++++
 include/opcode/riscv.h                  |  3 +++
 opcodes/riscv-opc.c                     | 13 +++++++++++++
 16 files changed, 161 insertions(+)
 create mode 100644 gas/testsuite/gas/riscv/zfbfmin.d
 create mode 100644 gas/testsuite/gas/riscv/zfbfmin.s
 create mode 100644 gas/testsuite/gas/riscv/zvfbfmin-rv32.d
 create mode 100644 gas/testsuite/gas/riscv/zvfbfmin-rv32.s
 create mode 100644 gas/testsuite/gas/riscv/zvfbfmin-rv64.d
 create mode 100644 gas/testsuite/gas/riscv/zvfbfmin-rv64.s
 create mode 100644 gas/testsuite/gas/riscv/zvfbfwma-rv32.d
 create mode 100644 gas/testsuite/gas/riscv/zvfbfwma-rv32.s
 create mode 100644 gas/testsuite/gas/riscv/zvfbfwma-rv64.d
 create mode 100644 gas/testsuite/gas/riscv/zvfbfwma-rv64.s

-- 
2.17.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-06-06  8:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-05  1:36 [PING] [PATCH 0/3] RISC-V: Add support for Zfbfmin Zvfbfmin and Zvfbfwma extension Xiao Zeng
2024-06-05  1:36 ` [PING] [PATCH 1/3] RISC-V: Add support for Zfbfmin extension Xiao Zeng
2024-06-06  2:26   ` Nelson Chu
2024-06-06  6:12     ` Xiao Zeng
2024-06-06  8:08       ` Nelson Chu
2024-06-05  1:36 ` [PING] [PATCH 2/3] RISC-V: Add support for Zvfbfmin extension Xiao Zeng
2024-06-06  2:33   ` Nelson Chu
2024-06-06  2:49     ` Nelson Chu
2024-06-06  6:23       ` Xiao Zeng
2024-06-06  6:22     ` Xiao Zeng
2024-06-05  1:36 ` [PING] [PATCH 3/3] RISC-V: Add support for Zvfbfwma extension Xiao Zeng
2024-06-06  2:45   ` Nelson Chu
2024-06-06  6:24     ` Xiao Zeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).