qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] target/tcg: Use TCGv_i64 with tcg_temp_new_i64()
@ 2023-02-23 18:04 Philippe Mathieu-Daudé
  2023-02-23 18:04 ` [PATCH v2 1/3] target/s390x: Replace TCGv by TCGv_i64 in op_mov2e() Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-02-23 18:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: Mark Cave-Ayland, Artyom Tarasenko, Ilya Leoshkevich,
	Anton Johansson, Richard Henderson, qemu-s390x,
	Philippe Mathieu-Daudé

Missing review: #2

Although on 64-bit targets TCGv is defined as TCGv_i64,
clarify using the correct type for tcg_temp_new_i64().

Since v1:
- Added alpha patch (Ilya)
- Also use tcg_temp_free_i64()

Philippe Mathieu-Daudé (3):
  target/s390x: Replace TCGv by TCGv_i64 in op_mov2e()
  target/alpha: Replace TCGv by TCGv_i64 in gen_cpy_mask()
  target/sparc64: Replace TCGv by TCGv_i64 in gen_op_multiply()

 target/alpha/translate.c     | 4 ++--
 target/s390x/tcg/translate.c | 2 +-
 target/sparc/translate.c     | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2023-02-23 18:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23 18:04 [PATCH v2 0/3] target/tcg: Use TCGv_i64 with tcg_temp_new_i64() Philippe Mathieu-Daudé
2023-02-23 18:04 ` [PATCH v2 1/3] target/s390x: Replace TCGv by TCGv_i64 in op_mov2e() Philippe Mathieu-Daudé
2023-02-23 18:04 ` [PATCH v2 2/3] target/alpha: Replace TCGv by TCGv_i64 in gen_cpy_mask() Philippe Mathieu-Daudé
2023-02-23 18:52   ` Anton Johansson via
2023-02-23 18:04 ` [PATCH v2 3/3] target/sparc64: Replace TCGv by TCGv_i64 in gen_op_multiply() Philippe Mathieu-Daudé

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