[PATCH 0/2] RISC-V: Add support for Zimop and Zcmop extension
Xiao Zeng
zengxiao@eswincomputing.com
Thu May 30 01:51:44 GMT 2024
RISC-V: Add support for Zimop extension
RISC-V: Add support for Zcmop extension
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
More information about the Binutils
mailing list