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

Xiao Zeng (2):
  RISC-V: Add support for Zimop extension
  RISC-V: Add support for Zcmop extension

 bfd/elfxx-riscv.c                    |  11 ++
 gas/NEWS                             |   4 +
 gas/testsuite/gas/riscv/march-help.l |   2 +
 gas/testsuite/gas/riscv/zcmop.d      |  16 +++
 gas/testsuite/gas/riscv/zcmop.s      |  10 ++
 gas/testsuite/gas/riscv/zimop.d      |  48 +++++++++
 gas/testsuite/gas/riscv/zimop.s      |  43 ++++++++
 include/opcode/riscv-opc.h           | 148 +++++++++++++++++++++++++++
 include/opcode/riscv.h               |   2 +
 opcodes/riscv-opc.c                  |  52 ++++++++++
 10 files changed, 336 insertions(+)
 create mode 100644 gas/testsuite/gas/riscv/zcmop.d
 create mode 100644 gas/testsuite/gas/riscv/zcmop.s
 create mode 100644 gas/testsuite/gas/riscv/zimop.d
 create mode 100644 gas/testsuite/gas/riscv/zimop.s

-- 
2.17.1


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

end of thread, other threads:[~2024-06-14 10:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-12  1:28 [PING^1] [PATCH 0/2] RISC-V: Add support for Zimop and Zcmop extension Xiao Zeng
2024-06-12  1:28 ` [PATCH 1/2] RISC-V: Add support for Zimop extension Xiao Zeng
2024-06-14  6:42   ` [PATCH v1] " Jin Ma
2024-06-14 10:04     ` Xiao Zeng
2024-06-12  1:28 ` [PATCH 2/2] RISC-V: Add support for Zcmop extension 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).