Re: [PATCH for-8.0 v3 34/45] tcg: Introduce tcg_target_call_oarg_reg

2022-11-22 Thread Daniel Henrique Barboza
On 11/11/22 04:40, Richard Henderson wrote: Replace the flat array tcg_target_call_oarg_regs[] with a function call including the TCGCallReturnKind. Signed-off-by: Richard Henderson --- For ppc and common code bits: Reviewed-by: Daniel Henrique Barboza tcg/tcg.c

[PATCH for-8.0 v3 34/45] tcg: Introduce tcg_target_call_oarg_reg

2022-11-11 Thread Richard Henderson
Replace the flat array tcg_target_call_oarg_regs[] with a function call including the TCGCallReturnKind. Signed-off-by: Richard Henderson --- tcg/tcg.c| 9 ++--- tcg/aarch64/tcg-target.c.inc | 10 +++--- tcg/arm/tcg-target.c.inc | 10 +++--- tcg/i