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

Philippe Mathieu-Daudé posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221130163436.87687-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>
There is a newer version of this series
target/s390x/tcg/translate.c | 2 +-
target/sparc/translate.c     | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
[PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64()
Posted by Philippe Mathieu-Daudé 1 year, 4 months ago
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


Re: [PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64()
Posted by Richard Henderson 1 year, 4 months ago
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~