Searched hist:"6 d28ff406c71c2c6f8a79edb1ccfc17978aa95fb" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | int_helper.c | diff 6d28ff406c71c2c6f8a79edb1ccfc17978aa95fb Wed Oct 19 17:18:59 CDT 2022 Richard Henderson <richard.henderson@linaro.org> target/s390x: Use a single return for helper_divs32/u32
Pack the quotient and remainder into a single uint64_t.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- v2: Fix operand ordering; use tcg_extr32_i64.
|
H A D | translate.c | diff 6d28ff406c71c2c6f8a79edb1ccfc17978aa95fb Wed Oct 19 17:18:59 CDT 2022 Richard Henderson <richard.henderson@linaro.org> target/s390x: Use a single return for helper_divs32/u32
Pack the quotient and remainder into a single uint64_t.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- v2: Fix operand ordering; use tcg_extr32_i64.
|
/openbmc/qemu/target/s390x/ |
H A D | helper.h | diff 6d28ff406c71c2c6f8a79edb1ccfc17978aa95fb Wed Oct 19 17:18:59 CDT 2022 Richard Henderson <richard.henderson@linaro.org> target/s390x: Use a single return for helper_divs32/u32
Pack the quotient and remainder into a single uint64_t.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- v2: Fix operand ordering; use tcg_extr32_i64.
|