[PING,0/2] RISC-V: Add support for Zimop and Zcmop extension

Message ID 20240606093238.45579-1-zengxiao@eswincomputing.com
Headers
Series RISC-V: Add support for Zimop and Zcmop extension |

Message

Xiao Zeng June 6, 2024, 9:32 a.m. UTC
  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