mbox series

[v2,0/3] target/tcg: Use TCGv_i64 with tcg_temp_new_i64()

Message ID 20230223180405.31836-1-philmd@linaro.org
Headers show
Series target/tcg: Use TCGv_i64 with tcg_temp_new_i64() | expand

Message

Philippe Mathieu-Daudé Feb. 23, 2023, 6:04 p.m. UTC
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(-)