Re: [PATCH v3 01/13] tcg/s390x: Use register pair allocation for div and mulu2

2022-12-06 Thread Ilya Leoshkevich
On Thu, Dec 01, 2022 at 10:51:48PM -0800, Richard Henderson wrote: > Previously we hard-coded R2 and R3. > > Signed-off-by: Richard Henderson > --- > tcg/s390x/tcg-target-con-set.h | 4 ++-- > tcg/s390x/tcg-target-con-str.h | 8 +-- > tcg/s390x/tcg-target.c.inc | 43

[PATCH v3 01/13] tcg/s390x: Use register pair allocation for div and mulu2

2022-12-01 Thread Richard Henderson
Previously we hard-coded R2 and R3. Signed-off-by: Richard Henderson --- tcg/s390x/tcg-target-con-set.h | 4 ++-- tcg/s390x/tcg-target-con-str.h | 8 +-- tcg/s390x/tcg-target.c.inc | 43 +- 3 files changed, 35 insertions(+), 20 deletions(-) diff --git