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,
	f4bug@amsat.org, ale@rev.ng, anjo@rev.ng, bcain@quicinc.com,
	mlambert@quicinc.com
Subject: [PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf
Date: Thu,  7 Jul 2022 14:05:44 -0700	[thread overview]
Message-ID: <20220707210546.15985-1-tsimpson@quicinc.com> (raw)

Recall that the semantics of a Hexagon mem_noshuf packet are that the
store effectively happens before the load.  There are two bug fixes
in this series.


Taylor Simpson (2):
  Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load
  Hexagon (target/hexagon) fix bug in mem_noshuf load exception

 target/hexagon/gen_tcg.h                 |  10 +-
 target/hexagon/helper.h                  |   1 +
 target/hexagon/macros.h                  |  37 ++++--
 target/hexagon/genptr.c                  |   7 ++
 target/hexagon/op_helper.c               |  23 +++-
 tests/tcg/hexagon/mem_noshuf.c           | 122 ++++++++++++++++++-
 tests/tcg/hexagon/mem_noshuf_exception.c | 146 +++++++++++++++++++++++
 tests/tcg/hexagon/Makefile.target        |   1 +
 8 files changed, 323 insertions(+), 24 deletions(-)
 create mode 100644 tests/tcg/hexagon/mem_noshuf_exception.c

-- 
2.17.1


             reply	other threads:[~2022-07-07 21:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 21:05 Taylor Simpson [this message]
2022-07-07 21:05 ` [PATCH 1/2] Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load Taylor Simpson
2022-07-07 21:05 ` [PATCH 2/2] Hexagon (target/hexagon) fix bug in mem_noshuf load exception Taylor Simpson
2022-07-09  3:13 ` [PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf Richard Henderson

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=20220707210546.15985-1-tsimpson@quicinc.com \
    --to=tsimpson@quicinc.com \
    --cc=ale@rev.ng \
    --cc=anjo@rev.ng \
    --cc=bcain@quicinc.com \
    --cc=f4bug@amsat.org \
    --cc=mlambert@quicinc.com \
    --cc=qemu-devel@nongnu.org \
    --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).