From: <jaydeep.patil@imgtec.com>
To: <gdb-patches@sourceware.org>
Cc: <aburgess@redhat.com>, <vapier@gentoo.org>,
<joseph.faulls@imgtec.com>, <bhushan.attarde@imgtec.com>,
<jaydeep.patil@imgtec.com>
Subject: [PATCH v4 0/2] sim: riscv: Compressed instruction simulation
Date: Thu, 21 Dec 2023 11:11:37 +0000 [thread overview]
Message-ID: <20231221111139.26341-1-jaydeep.patil@imgtec.com> (raw)
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
next reply other threads:[~2023-12-21 11:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-21 11:11 jaydeep.patil [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231221111139.26341-1-jaydeep.patil@imgtec.com \
--to=jaydeep.patil@imgtec.com \
--cc=aburgess@redhat.com \
--cc=bhushan.attarde@imgtec.com \
--cc=gdb-patches@sourceware.org \
--cc=joseph.faulls@imgtec.com \
--cc=vapier@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox