commit | 1f8e4dc182b7ee8240a4d016162847ff4b581399 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Aug 04 17:16:32 2023 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 22 16:32:27 2023 -0700 |
tree | 5c6f21d3ad7425fdce65824e6fcb2a4bd028cdd5 | |
parent | 103044e4062c55b956617971985c6baa8843ed6b [diff] |
tcg/ppc: Use prefixed instructions in tcg_out_mem_long When the offset is out of range of the non-prefixed insn, but fits the 34-bit immediate of the prefixed insn, use that. Reviewed-by: Jordan Niethe <jniethe5@gmail.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>