]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/ppc: Use ADDPCIS in tcg_out_tb_start
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 15 Aug 2023 17:04:42 +0000 (17:04 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 23:32:27 +0000 (16:32 -0700)
commit3acd75b851759ccfa70a900c04d9ca030140de01
tree4147e0d9e98b84272ef2ccf64652280f4f82ce3b
parent4430b60c7f201eefac28c711c1bf93983e5966e9
tcg/ppc: Use ADDPCIS in tcg_out_tb_start

With ISA v3.0, we can use ADDPCIS instead of BCL+MFLR to load NIA.

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