On 21/10/22 09:29, Richard Henderson wrote:
Pack the quotient and remainder into a single Int128.
Use the divu128 primitive to remove the cpu_abort on
32-bit hosts.
This is the first use of Int128 as a return value.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
target/s390x/helper.h | 4 ++--
target/s390x/tcg/int_helper.c | 38 +++++++++--------------------------
target/s390x/tcg/translate.c | 14 +++++++++----
3 files changed, 21 insertions(+), 35 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>