qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Clean up end-of-instruction processing
@ 2025-11-14 23:00 Taylor Simpson
  2025-11-14 23:00 ` [PATCH 1/4] Hexagon (target/hexagon) Remove gen_log_reg_write Taylor Simpson
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Taylor Simpson @ 2025-11-14 23:00 UTC (permalink / raw)
  To: qemu-devel
  Cc: brian.cain, matheus.bernardino, sid.manning, marco.liebel,
	richard.henderson, philmd, ale, anjo, ltaylorsimpson

The changes to packet processing have made some of the end-of-instruction
processing obsolete.  With the addition of gen_analyze_funcs.py and the
ability to short-circuit a packet commit, we no longer need to "log" the
register writes of each instruction.

Taylor Simpson (4):
  Hexagon (target/hexagon) Remove gen_log_reg_write
  Hexagon (target/hexagon) s/gen_log_pred_write/gen_pred_write
  Hexagon (target/hexagon) s/gen_log_vreg_write/gen_vreg_write
  Hexagon (target/hexagon) s/log_write/gen_write

 target/hexagon/gen_tcg.h                    | 11 ++-
 target/hexagon/genptr.h                     |  3 +-
 target/hexagon/genptr.c                     | 86 +++++++++------------
 target/hexagon/idef-parser/parser-helpers.c |  4 +-
 target/hexagon/README                       | 10 ++-
 target/hexagon/gen_tcg_funcs.py             |  3 +-
 target/hexagon/hex_common.py                | 56 +++++++-------
 7 files changed, 77 insertions(+), 96 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2025-11-17 20:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14 23:00 [PATCH 0/4] Clean up end-of-instruction processing Taylor Simpson
2025-11-14 23:00 ` [PATCH 1/4] Hexagon (target/hexagon) Remove gen_log_reg_write Taylor Simpson
2025-11-14 23:00 ` [PATCH 2/4] Hexagon (target/hexagon) s/gen_log_pred_write/gen_pred_write Taylor Simpson
2025-11-17 17:35   ` Philippe Mathieu-Daudé
2025-11-14 23:00 ` [PATCH 3/4] Hexagon (target/hexagon) s/gen_log_vreg_write/gen_vreg_write Taylor Simpson
2025-11-17 17:36   ` Philippe Mathieu-Daudé
2025-11-14 23:00 ` [PATCH 4/4] Hexagon (target/hexagon) s/log_write/gen_write Taylor Simpson
2025-11-17 17:37   ` Philippe Mathieu-Daudé
2025-11-17  9:28 ` [PATCH 0/4] Clean up end-of-instruction processing Philippe Mathieu-Daudé
2025-11-17 17:08   ` Brian Cain
2025-11-17 17:35     ` Philippe Mathieu-Daudé
2025-11-17 18:35     ` Taylor Simpson
2025-11-17 20:02       ` Taylor Simpson

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