]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Oct 2023 17:59:10 +0000 (17:59 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 23:53:49 +0000 (23:53 +0000)
commit2e7eafcc402b61ff2ffebfb90777efc37f4d4a1f
tree54699511985172276804778fdf9885ef62108c68
parentb9ddaf5618adbb9d392ecd6b29b2cb76596de134
tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc

Rename the current tcg_out_bc function to tcg_out_bc_lab, and
create a new function that takes an integer displacement + link.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/ppc/tcg-target.c.inc