From: Brian Cain <brian.cain@oss.qualcomm.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: brian.cain@oss.qualcomm.com
Subject: [PULL 0/3] hex queue
Date: Fri, 20 Mar 2026 07:50:38 -0700 [thread overview]
Message-ID: <20260320145041.3027130-1-brian.cain@oss.qualcomm.com> (raw)
The following changes since commit 8e711856d7639cbffa51405f2cc2366e3d9e3a23:
Merge tag 'hppa-fixes-for-v11-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-03-20 10:04:48 +0000)
are available in the Git repository at:
https://github.com/quic/qemu tags/pull-hex-20260320
for you to fetch changes up to 1adf67b3c445f4060900440ea210e7a1e03042f5:
tests/tcg/hexagon: add test for predicated .new branch LSB evaluation (2026-03-20 07:43:03 -0700)
----------------------------------------------------------------
Fix for J2_jumptnew{,pt} pred-reg misbehavior
----------------------------------------------------------------
Brian Cain (3):
target/hexagon: fix J2_jumptnew/pt predicate check to use LSB
target/hexagon: use TCG_COND_TSTEQ/TSTNE for predicate branches
tests/tcg/hexagon: add test for predicated .new branch LSB evaluation
target/hexagon/gen_tcg.h | 94 ++++-----
target/hexagon/genptr.c | 32 ++-
target/hexagon/translate.c | 2 +-
tests/tcg/hexagon/test_pnew_jump_loads.c | 341 +++++++++++++++++++++++++++++++
tests/tcg/hexagon/Makefile.target | 3 +
5 files changed, 394 insertions(+), 78 deletions(-)
create mode 100644 tests/tcg/hexagon/test_pnew_jump_loads.c
next reply other threads:[~2026-03-20 14:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-20 14:50 Brian Cain [this message]
2026-03-20 14:50 ` [PULL 1/3] target/hexagon: fix J2_jumptnew/pt predicate check to use LSB Brian Cain
2026-03-20 14:50 ` [PULL 2/3] target/hexagon: use TCG_COND_TSTEQ/TSTNE for predicate branches Brian Cain
2026-03-20 14:50 ` [PULL 3/3] tests/tcg/hexagon: add test for predicated .new branch LSB evaluation Brian Cain
2026-03-23 12:42 ` [PULL 0/3] hex queue Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2026-08-06 21:36 [PULL 0/3] Hex queue Brian Cain
2026-08-09 13:00 ` Stefan Hajnoczi
2026-08-09 21:24 ` Brian Cain
2026-08-11 21:37 ` Stefan Hajnoczi
2026-08-12 6:31 ` Michael Tokarev
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=20260320145041.3027130-1-brian.cain@oss.qualcomm.com \
--to=brian.cain@oss.qualcomm.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.