qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 24/36] target/s390x: Use a single return for helper_divs32


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v5 24/36] target/s390x: Use a single return for helper_divs32/u32
Date: Fri, 27 Jan 2023 01:57:34 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 26/1/23 05:38, Richard Henderson wrote:
Pack the quotient and remainder into a single uint64_t.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
v2: Fix operand ordering; use tcg_extr32_i64.
Cc: David Hildenbrand <david@redhat.com>
Cc: Ilya Leoshkevich <iii@linux.ibm.com>
---
  target/s390x/helper.h         |  2 +-
  target/s390x/tcg/int_helper.c | 26 +++++++++++++-------------
  target/s390x/tcg/translate.c  |  8 ++++----
  3 files changed, 18 insertions(+), 18 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]