Re: [PATCH 22/23] tcg/tci: Implement 64-bit division

2021-01-28 Thread Richard Henderson
On 1/28/21 12:04 AM, Stefan Weil wrote: > Am 28.01.21 um 09:23 schrieb Richard Henderson: > >> Trivially implemented like other arithmetic. >> Tested via check-tcg and the ppc64 target. >> >> Signed-off-by: Richard Henderson >> --- >>   tcg/tci/tcg-target.h |  4 ++-- >>   tcg/tci.c   

Re: [PATCH 22/23] tcg/tci: Implement 64-bit division

2021-01-28 Thread Alex Bennée
Richard Henderson writes: > Trivially implemented like other arithmetic. > Tested via check-tcg and the ppc64 target. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH 22/23] tcg/tci: Implement 64-bit division

2021-01-28 Thread Stefan Weil
Am 28.01.21 um 09:23 schrieb Richard Henderson: Trivially implemented like other arithmetic. Tested via check-tcg and the ppc64 target. Signed-off-by: Richard Henderson --- tcg/tci/tcg-target.h | 4 ++-- tcg/tci.c| 28 ++-- tcg/tci/tcg-target.c.

[PATCH 22/23] tcg/tci: Implement 64-bit division

2021-01-28 Thread Richard Henderson
Trivially implemented like other arithmetic. Tested via check-tcg and the ppc64 target. Signed-off-by: Richard Henderson --- tcg/tci/tcg-target.h | 4 ++-- tcg/tci.c| 28 ++-- tcg/tci/tcg-target.c.inc | 12 3 files changed, 28 insertions(