qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] misc hexagon patches
@ 2025-04-04  2:51 Brian Cain
  2025-04-04  2:51 ` [PATCH 1/6] target/hexagon: handle .new values Brian Cain
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Brian Cain @ 2025-04-04  2:51 UTC (permalink / raw)
  To: qemu-devel
  Cc: brian.cain, richard.henderson, philmd, matheus.bernardino, ale,
	anjo, marco.liebel, ltaylorsimpson, alex.bennee, quic_mburton,
	sidneym

While preparing the system emulation patches, these ones stuck out as
not-strictly-related to sysemu.  We can review and apply them independently
of those.

Brian Cain (6):
  target/hexagon: handle .new values
  target/hexagon: Fix badva reference, delete CAUSE
  target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
  target/hexagon: s/pkt_has_store/pkt_has_scalar_store
  target/hexagon: Remove unreachable
  target/hexagon: Add memory order definition

 target/hexagon/idef-parser/README.rst       |  2 +-
 target/hexagon/cpu-param.h                  |  5 +++
 target/hexagon/insn.h                       |  4 +--
 target/hexagon/macros.h                     |  8 ++---
 target/hexagon/cpu.c                        |  3 +-
 target/hexagon/decode.c                     | 10 ++++--
 target/hexagon/genptr.c                     |  3 +-
 target/hexagon/idef-parser/parser-helpers.c |  4 +--
 target/hexagon/op_helper.c                  |  4 +--
 target/hexagon/translate.c                  |  9 +++---
 target/hexagon/gen_helper_funcs.py          |  2 +-
 target/hexagon/hex_common.py                | 34 ++++++++++++++++-----
 12 files changed, 59 insertions(+), 29 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-04-04 15:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-04  2:51 [PATCH 0/6] misc hexagon patches Brian Cain
2025-04-04  2:51 ` [PATCH 1/6] target/hexagon: handle .new values Brian Cain
2025-04-04 13:25   ` Matheus Tavares Bernardino
2025-04-04 13:34     ` Brian Cain
2025-04-04  2:51 ` [PATCH 2/6] target/hexagon: Fix badva reference, delete CAUSE Brian Cain
2025-04-04  2:52 ` [PATCH 3/6] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof Brian Cain
2025-04-04  2:52 ` [PATCH 4/6] target/hexagon: s/pkt_has_store/pkt_has_scalar_store Brian Cain
2025-04-04  2:52 ` [PATCH 5/6] target/hexagon: Remove unreachable Brian Cain
2025-04-04  2:52 ` [PATCH 6/6] target/hexagon: Add memory order definition Brian Cain
2025-04-04 14:33   ` Richard Henderson
2025-04-04 15:20     ` Brian Cain

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).