public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] sim: riscv: Compressed instruction simulation
@ 2023-12-21 11:11 jaydeep.patil
  2023-12-21 11:11 ` [PATCH v4 1/2] [sim/riscv] Fix crash during instruction decoding jaydeep.patil
  2023-12-21 11:13 ` [PATCH v4 2/2] [sim/riscv] Add support for compressed integer instructions jaydeep.patil
  0 siblings, 2 replies; 5+ messages in thread
From: jaydeep.patil @ 2023-12-21 11:11 UTC (permalink / raw)
  To: gdb-patches
  Cc: aburgess, vapier, joseph.faulls, bhushan.attarde, jaydeep.patil

From: Jaydeep Patil <jaydeep.patil@imgtec.com>

Hi Mike, Andrew,

Addressed review comments.
 - Fixed riscv opcodes for NULL match_func
 - Added models for C extension
 - Using RA and SP from sim_riscv_regnum

I have removed the support for semi-hosting from this patch series, will push it
later once the spec is clear.

Jaydeep Patil (2):
  [sim/riscv] Fix crash during instruction decoding
  [sim/riscv] Add support for compressed integer instructions

 opcodes/riscv-dis.c             |   2 +-
 sim/riscv/model_list.def        |   9 +
 sim/riscv/sim-main.c            | 338 ++++++++++++++++++++++++++++++--
 sim/testsuite/riscv/allinsn.exp |  19 ++
 sim/testsuite/riscv/c-ext.s     | 110 +++++++++++
 5 files changed, 466 insertions(+), 12 deletions(-)
 create mode 100644 sim/testsuite/riscv/c-ext.s

-- 
2.25.1


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

end of thread, other threads:[~2023-12-21 15:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-21 11:11 [PATCH v4 0/2] sim: riscv: Compressed instruction simulation jaydeep.patil
2023-12-21 11:11 ` [PATCH v4 1/2] [sim/riscv] Fix crash during instruction decoding jaydeep.patil
2023-12-21 12:48   ` Mike Frysinger
2023-12-21 11:13 ` [PATCH v4 2/2] [sim/riscv] Add support for compressed integer instructions jaydeep.patil
2023-12-21 15:07   ` Mike Frysinger

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).