mbox series

[PATCH-for-8.0,0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64()

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

Message

Philippe Mathieu-Daudé Nov. 30, 2022, 4:34 p.m. UTC
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(-)

Comments

Richard Henderson Nov. 30, 2022, 8:53 p.m. UTC | #1
On 11/30/22 08:34, Philippe Mathieu-Daudé wrote:
> 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(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~