Re: [PATCH 1/9] target/s390x: Use a single return for helper_divs32/u32

2022-11-01 Thread Ilya Leoshkevich
On Fri, Oct 21, 2022 at 05:29:58PM +1000, Richard Henderson wrote: > Pack the quotient and remainder into a single uint64_t. > > Signed-off-by: Richard Henderson > --- > target/s390x/helper.h | 2 +- > target/s390x/tcg/int_helper.c | 26 +- >

Re: [PATCH 1/9] target/s390x: Use a single return for helper_divs32/u32

2022-10-25 Thread Philippe Mathieu-Daudé
On 21/10/22 09:29, Richard Henderson wrote: Pack the quotient and remainder into a single uint64_t. Signed-off-by: Richard Henderson --- target/s390x/helper.h | 2 +- target/s390x/tcg/int_helper.c | 26 +- target/s390x/tcg/translate.c | 10 ++ 3

Re: [PATCH 1/9] target/s390x: Use a single return for helper_divs32/u32

2022-10-21 Thread Ilya Leoshkevich
On Fri, 2022-10-21 at 17:29 +1000, Richard Henderson wrote: > Pack the quotient and remainder into a single uint64_t. > > Signed-off-by: Richard Henderson > --- >  target/s390x/helper.h |  2 +- >  target/s390x/tcg/int_helper.c | 26 +- >  

[PATCH 1/9] target/s390x: Use a single return for helper_divs32/u32

2022-10-21 Thread Richard Henderson
Pack the quotient and remainder into a single uint64_t. Signed-off-by: Richard Henderson --- target/s390x/helper.h | 2 +- target/s390x/tcg/int_helper.c | 26 +- target/s390x/tcg/translate.c | 10 ++ 3 files changed, 20 insertions(+), 18 deletions(-)