qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] target/nios2: Use tcg_constant_*
@ 2021-10-02 23:30 Philippe Mathieu-Daudé
  2021-10-02 23:30 ` [PATCH 1/3] target/nios2: Replace load_zero() by zero constant in DisasContext Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-10-02 23:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marek Vasut, Chris Wulff, Richard Henderson,
	Philippe Mathieu-Daudé

Replace temporary TCG registers by tcg_constant_*() when possible.

Philippe Mathieu-Daudé (3):
  target/nios2: Replace load_zero() by zero constant in DisasContext
  target/nios2: Use DisasContext::zero constant instead of temporary
  target/nios2: Use tcg_constant_*

 target/nios2/translate.c | 33 ++++++---------------------------
 1 file changed, 6 insertions(+), 27 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2021-10-03 13:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-02 23:30 [PATCH 0/3] target/nios2: Use tcg_constant_* Philippe Mathieu-Daudé
2021-10-02 23:30 ` [PATCH 1/3] target/nios2: Replace load_zero() by zero constant in DisasContext Philippe Mathieu-Daudé
2021-10-03 13:49   ` Richard Henderson
2021-10-02 23:30 ` [PATCH 2/3] target/nios2: Use DisasContext::zero constant instead of temporary Philippe Mathieu-Daudé
2021-10-03 13:50   ` Richard Henderson
2021-10-02 23:30 ` [PATCH 3/3] target/nios2: Use tcg_constant_* Philippe Mathieu-Daudé
2021-10-02 23:36   ` Philippe Mathieu-Daudé
2021-10-03 13:52   ` 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).