public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Jaydeep Patil <Jaydeep.Patil@imgtec.com>
To: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Cc: "aburgess@redhat.com" <aburgess@redhat.com>,
	"vapier@gentoo.org" <vapier@gentoo.org>,
	Joseph Faulls <Joseph.Faulls@imgtec.com>,
	"Bhushan Attarde" <Bhushan.Attarde@imgtec.com>
Subject: RE: [PATCH v5 0/2] sim: riscv: Compressed instruction simulation
Date: Thu, 4 Jan 2024 04:24:10 +0000	[thread overview]
Message-ID: <CWXP265MB5321C9B3ADB821449DC039568C67A@CWXP265MB5321.GBRP265.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <20231222052658.2102802-1-jaydeep.patil@imgtec.com>

Hi Mike, Andrew,

Could you please review this patch?

Regards,
Jaydeep


-----Original Message-----
From: Jaydeep Patil <Jaydeep.Patil@imgtec.com> 
Sent: Friday, December 22, 2023 10:57 AM
To: gdb-patches@sourceware.org
Cc: aburgess@redhat.com; vapier@gentoo.org; Joseph Faulls <Joseph.Faulls@imgtec.com>; Bhushan Attarde <Bhushan.Attarde@imgtec.com>; Jaydeep Patil <Jaydeep.Patil@imgtec.com>
Subject: [PATCH v5 0/2] sim: riscv: Compressed instruction simulation

*** NOTE: This is an internal email from Imagination Technologies ***




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

Hi Mike, Andrew,

Addressed review comments.
 - Simplified the checking for C extension
 - Simplified the .exp file for tests. Options moved to individual .s files.

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            | 339 ++++++++++++++++++++++++++++++--
 sim/testsuite/riscv/allinsn.exp |   2 +-
 sim/testsuite/riscv/c-ext.s     |  95 +++++++++
 sim/testsuite/riscv/jalr.s      |   2 +-
 sim/testsuite/riscv/m-ext.s     |   2 +-
 sim/testsuite/riscv/pass.s      |   2 +-
 8 files changed, 437 insertions(+), 16 deletions(-)  create mode 100644 sim/testsuite/riscv/c-ext.s

--
2.25.1


  parent reply	other threads:[~2024-01-04  4:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-22  5:26 jaydeep.patil
2023-12-22  5:26 ` [PATCH v5 1/2] [sim/riscv] Fix crash during instruction decoding jaydeep.patil
2024-01-10 10:22   ` Andrew Burgess
2024-01-10 11:34     ` [EXTERNAL] " Jaydeep Patil
2023-12-22  5:26 ` [PATCH v5 2/2] [sim/riscv] Add support for compressed integer instructions jaydeep.patil
2024-01-04  4:24 ` Jaydeep Patil [this message]
2024-01-05  5:41   ` [PATCH v5 0/2] sim: riscv: Compressed instruction simulation 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=CWXP265MB5321C9B3ADB821449DC039568C67A@CWXP265MB5321.GBRP265.PROD.OUTLOOK.COM \
    --to=jaydeep.patil@imgtec.com \
    --cc=Bhushan.Attarde@imgtec.com \
    --cc=Joseph.Faulls@imgtec.com \
    --cc=aburgess@redhat.com \
    --cc=gdb-patches@sourceware.org \
    --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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).