qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64()
@ 2022-11-30 16:34 Philippe Mathieu-Daudé
  2022-11-30 16:34 ` [PATCH-for-8.0 1/2] target/s390x: Replace TCGv by TCGv_i64 in op_mov2e() Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-11-30 16:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alessandro Di Federico, Ilya Leoshkevich, Mark Cave-Ayland,
	qemu-s390x, David Hildenbrand, Richard Henderson, Thomas Huth,
	Artyom Tarasenko, Anton Johansson, Philippe Mathieu-Daudé

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

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

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

-- 
2.38.1



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

end of thread, other threads:[~2022-12-01 15:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30 16:34 [PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64() Philippe Mathieu-Daudé
2022-11-30 16:34 ` [PATCH-for-8.0 1/2] target/s390x: Replace TCGv by TCGv_i64 in op_mov2e() Philippe Mathieu-Daudé
2022-12-01 12:36   ` Ilya Leoshkevich
2022-12-01 15:39     ` Philippe Mathieu-Daudé
2022-11-30 16:34 ` [PATCH-for-8.0 2/2] target/sparc64: Replace TCGv by TCGv_i64 in gen_op_multiply() Philippe Mathieu-Daudé
2022-11-30 20:53 ` [PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64() 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).