[PATCH 21/29] tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc

2023-10-25 Thread Richard Henderson
Rename the current tcg_out_bc function to tcg_out_bc_lab, and create a new function that takes an integer displacement + link. Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target.c.inc | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/tcg/ppc/

[PATCH 21/29] tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc

2023-10-25 Thread Richard Henderson
Rename the current tcg_out_bc function to tcg_out_bc_lab, and create a new function that takes an integer displacement + link. Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target.c.inc | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/tcg/ppc/