Searched hist:"4 e5712f9037c34bbd9ffd78baa9d1ebea13a430d" (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/tcg/s390x/ |
H A D | div.c | diff 4e5712f9037c34bbd9ffd78baa9d1ebea13a430d Wed Oct 19 18:08:52 CDT 2022 Richard Henderson <richard.henderson@linaro.org> target/s390x: Use a single return for helper_divs64/u64
Pack the quotient and remainder into a single Int128. Use the divu128 primitive to remove the cpu_abort on 32-bit hosts.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- v2: Extended div test case to cover these insns.
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | int_helper.c | diff 4e5712f9037c34bbd9ffd78baa9d1ebea13a430d Wed Oct 19 18:08:52 CDT 2022 Richard Henderson <richard.henderson@linaro.org> target/s390x: Use a single return for helper_divs64/u64
Pack the quotient and remainder into a single Int128. Use the divu128 primitive to remove the cpu_abort on 32-bit hosts.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- v2: Extended div test case to cover these insns.
|
H A D | translate.c | diff 4e5712f9037c34bbd9ffd78baa9d1ebea13a430d Wed Oct 19 18:08:52 CDT 2022 Richard Henderson <richard.henderson@linaro.org> target/s390x: Use a single return for helper_divs64/u64
Pack the quotient and remainder into a single Int128. Use the divu128 primitive to remove the cpu_abort on 32-bit hosts.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- v2: Extended div test case to cover these insns.
|
/openbmc/qemu/target/s390x/ |
H A D | helper.h | diff 4e5712f9037c34bbd9ffd78baa9d1ebea13a430d Wed Oct 19 18:08:52 CDT 2022 Richard Henderson <richard.henderson@linaro.org> target/s390x: Use a single return for helper_divs64/u64
Pack the quotient and remainder into a single Int128. Use the divu128 primitive to remove the cpu_abort on 32-bit hosts.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- v2: Extended div test case to cover these insns.
|