All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] target/alpha: Use tcg_constant_*
@ 2021-07-08 18:25 Richard Henderson
  2021-07-08 18:25 ` [PATCH 1/4] target/alpha: Store set into rx flag Richard Henderson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Richard Henderson @ 2021-07-08 18:25 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 (4):
  target/alpha: Store set into rx flag
  target/alpha: Use dest_sink for HW_RET temporary
  target/alpha: Use tcg_constant_i64 for zero and lit
  target/alpha: Use tcg_constant_* elsewhere

 target/alpha/translate.c | 70 +++++++++++-----------------------------
 1 file changed, 18 insertions(+), 52 deletions(-)

-- 
2.25.1



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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08 18:25 [PATCH 0/4] target/alpha: Use tcg_constant_* Richard Henderson
2021-07-08 18:25 ` [PATCH 1/4] target/alpha: Store set into rx flag Richard Henderson
2021-07-08 18:25 ` [PATCH 2/4] target/alpha: Use dest_sink for HW_RET temporary Richard Henderson
2021-08-04 21:05   ` Philippe Mathieu-Daudé
2021-07-08 18:25 ` [PATCH 3/4] target/alpha: Use tcg_constant_i64 for zero and lit Richard Henderson
2021-07-08 19:10   ` Philippe Mathieu-Daudé
2021-07-08 18:25 ` [PATCH 4/4] target/alpha: Use tcg_constant_* elsewhere Richard Henderson
2021-07-08 19:10   ` Philippe Mathieu-Daudé

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.