]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Add TCGHelperInfo argument to tcg_out_call
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 18 Oct 2022 07:51:41 +0000 (17:51 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 19:41:29 +0000 (11:41 -0800)
commitcee44b037b7e40c74401f7a87bef32f6680483c7
treeae1207f0f03737c2d865163d8f7642258adc7c81
parentfa3cb9f9ffc9298d28b1a932946564aaefe101d1
tcg: Add TCGHelperInfo argument to tcg_out_call

This eliminates an ifdef for TCI, and will be required for
expanding the call for TCGv_i128.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/loongarch64/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390x/tcg-target.c.inc
tcg/sparc64/tcg-target.c.inc
tcg/tcg.c
tcg/tci/tcg-target.c.inc