qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Taylor Simpson <tsimpson@quicinc.com>
To: qemu-devel@nongnu.org
Cc: tsimpson@quicinc.com, richard.henderson@linaro.org,
	philmd@linaro.org, ale@rev.ng, anjo@rev.ng, bcain@quicinc.com,
	quic_mathbern@quicinc.com
Subject: [PATCH 0/4] exagon (target/hexagon) Add overrides for COF insns
Date: Wed, 21 Dec 2022 14:41:23 -0800	[thread overview]
Message-ID: <20221221224127.20916-1-tsimpson@quicinc.com> (raw)

The idef-parser skips the change-of-flow (COF) instructions, so add
overrides

Taylor Simpson (4):
  Hexagon (target/hexagon) Add overrides for jumpr31 instructions
  Hexagon (target/hexagon) Add overrides for callr
  Hexagon (target/hexagon) Add overrides for endloop1/endloop01
  Hexagon (target/hexagon) Add overrides for dealloc-return instructions

 target/hexagon/gen_tcg.h   |  77 +++++++++++++++
 target/hexagon/macros.h    |  10 --
 target/hexagon/genptr.c    | 193 +++++++++++++++++++++++++++++++++++++
 target/hexagon/op_helper.c |  24 -----
 4 files changed, 270 insertions(+), 34 deletions(-)

-- 
2.17.1


             reply	other threads:[~2022-12-21 23:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-21 22:41 Taylor Simpson [this message]
2022-12-21 22:41 ` [PATCH 1/4] Hexagon (target/hexagon) Add overrides for jumpr31 instructions Taylor Simpson
2022-12-21 22:41 ` [PATCH 2/4] Hexagon (target/hexagon) Add overrides for callr Taylor Simpson
2022-12-21 22:41 ` [PATCH 3/4] Hexagon (target/hexagon) Add overrides for endloop1/endloop01 Taylor Simpson
2022-12-21 22:41 ` [PATCH 4/4] Hexagon (target/hexagon) Add overrides for dealloc-return instructions Taylor Simpson

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=20221221224127.20916-1-tsimpson@quicinc.com \
    --to=tsimpson@quicinc.com \
    --cc=ale@rev.ng \
    --cc=anjo@rev.ng \
    --cc=bcain@quicinc.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quic_mathbern@quicinc.com \
    --cc=richard.henderson@linaro.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 NNTP newsgroup(s).