tcg/ppc: Use prefixed instructions in tcg_out_mem_long
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Aug 2023 17:16:32 +0000 (17:16 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 23:32:27 +0000 (16:32 -0700)
commit1f8e4dc182b7ee8240a4d016162847ff4b581399
tree5c6f21d3ad7425fdce65824e6fcb2a4bd028cdd5
parent103044e4062c55b956617971985c6baa8843ed6b
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>
tcg/ppc/tcg-target.c.inc