binutils-gdb/sim/riscv/model_list.def
Jaydeep Patil 3224e32fb8 sim: riscv: Add support for compressed integer instructions
Added support for simulation of compressed integer instruction set ("c").
Added test file sim/testsuite/riscv/c-ext.s to test compressed instructions.
The compressed instructions are available for models implementing C extension.
Such as RV32IC, RV64IC, RV32GC, RV64GC etc.

Approved-By: Andrew Burgess <aburgess@redhat.com>
2024-02-13 11:04:04 +00:00

19 lines
115 B
Modula-2

M(G)
M(I)
M(IM)
M(IMA)
M(IA)
M(GC)
M(IC)
M(IMC)
M(IMAC)
M(IAC)
M(E)
M(EM)
M(EMA)
M(EA)
M(EC)
M(EMC)
M(EMAC)
M(EAC)