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

2023-01-26 Thread Philippe Mathieu-Daudé
On 26/1/23 05:38, Richard Henderson wrote: Pack the quotient and remainder into a single uint64_t. Signed-off-by: Richard Henderson --- v2: Fix operand ordering; use tcg_extr32_i64. Cc: David Hildenbrand Cc: Ilya Leoshkevich --- target/s390x/helper.h | 2 +- target/s390x/tcg/int_h

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

2023-01-26 Thread David Hildenbrand
On 26.01.23 05:38, Richard Henderson wrote: Pack the quotient and remainder into a single uint64_t. Signed-off-by: Richard Henderson --- v2: Fix operand ordering; use tcg_extr32_i64. Cc: David Hildenbrand Cc: Ilya Leoshkevich --- Reviewed-by: David Hildenbrand -- Thanks, David / dhildenb

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

2023-01-25 Thread Richard Henderson
Pack the quotient and remainder into a single uint64_t. Signed-off-by: Richard Henderson --- v2: Fix operand ordering; use tcg_extr32_i64. Cc: David Hildenbrand Cc: Ilya Leoshkevich --- target/s390x/helper.h | 2 +- target/s390x/tcg/int_helper.c | 26 +- target