tcg/mips: Try tb-relative addresses in tcg_out_movi
commit1d159e64cca6497565cdcbb0a8383fc8568b4983
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 6 Aug 2021 21:30:35 +0000 (6 11:30 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 25 May 2023 13:57:51 +0000 (25 13:57 +0000)
tree006018e0070f18d0d7a9f9db0351c753abd477a1
parent4316de32e71ae2626bbf8483a0265c61d3e3a05f
tcg/mips: Try tb-relative addresses in tcg_out_movi

These addresses are often loaded by the qemu_ld/st slow path,
for loading the retaddr value.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/mips/tcg-target.c.inc