qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] target/hppa: Use tcg_constant_*
@ 2021-07-08 20:58 Richard Henderson
  2021-07-08 20:58 ` [PATCH 1/2] " Richard Henderson
  2021-07-08 20:58 ` [PATCH 2/2] target/hppa: Clean up DisasCond Richard Henderson
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Henderson @ 2021-07-08 20:58 UTC (permalink / raw)
  To: qemu-devel

Replace use of tcg_const_*, which makes a copy into a temp
which must be freed, with direct use of the constant.

r~

Richard Henderson (2):
  target/hppa: Use tcg_constant_*
  target/hppa: Clean up DisasCond

 target/hppa/translate.c | 99 +++++++++++------------------------------
 1 file changed, 27 insertions(+), 72 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2021-08-04 23:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-08 20:58 [PATCH 0/2] target/hppa: Use tcg_constant_* Richard Henderson
2021-07-08 20:58 ` [PATCH 1/2] " Richard Henderson
2021-07-09  7:08   ` Philippe Mathieu-Daudé
2021-07-09 14:24     ` Richard Henderson
2021-07-09 16:15       ` Philippe Mathieu-Daudé
2021-07-08 20:58 ` [PATCH 2/2] target/hppa: Clean up DisasCond Richard Henderson
2021-08-04 21:01   ` Philippe Mathieu-Daudé
2021-08-04 23:33     ` Richard Henderson

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