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