qemu/tcg
Richard Henderson d53106c997 tcg: Pass TCGHelperInfo to tcg_gen_callN
In preparation for compiling tcg/ only once, eliminate
the all_helpers array.  Instantiate the info structs for
the generic helpers in accel/tcg/, and the structs for
the target-specific helpers in each translate.c.

Since we don't see all of the info structs at startup,
initialize at first use, using g_once_init_* to make
sure we don't race while doing so.

Reviewed-by: Anton Johansson <anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-06-05 12:04:29 -07:00
..
aarch64 tcg: Split out tcg-target-reg-bits.h 2023-06-05 12:04:28 -07:00
arm tcg: Split out tcg-target-reg-bits.h 2023-06-05 12:04:28 -07:00
i386 tcg: Split out tcg-target-reg-bits.h 2023-06-05 12:04:28 -07:00
loongarch64 tcg: Split out tcg-target-reg-bits.h 2023-06-05 12:04:28 -07:00
mips tcg: Split out tcg-target-reg-bits.h 2023-06-05 12:04:28 -07:00
ppc tcg: Split out tcg-target-reg-bits.h 2023-06-05 12:04:28 -07:00
riscv tcg: Split out tcg-target-reg-bits.h 2023-06-05 12:04:28 -07:00
s390x tcg: Split out tcg-target-reg-bits.h 2023-06-05 12:04:28 -07:00
sparc64 tcg: Split out tcg-target-reg-bits.h 2023-06-05 12:04:28 -07:00
tci tcg: Split out tcg-target-reg-bits.h 2023-06-05 12:04:28 -07:00
meson.build meson: remove static_kwargs 2023-05-18 08:53:51 +02:00
optimize.c tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h 2023-06-05 12:04:28 -07:00
region.c tcg: use QTree instead of GTree 2023-03-28 15:23:10 -07:00
tcg-common.c tcg: Silent -Wmissing-field-initializers warning 2023-02-27 22:29:01 +01:00
tcg-internal.h tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h 2023-06-05 12:04:28 -07:00
tcg-ldst.c.inc tcg: Move TCGLabelQemuLdst to tcg.c 2023-05-05 17:21:03 +01:00
tcg-op-gvec.c tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h 2023-06-05 12:04:28 -07:00
tcg-op-ldst.c tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h 2023-06-05 12:04:28 -07:00
tcg-op-vec.c tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h 2023-06-05 12:04:28 -07:00
tcg-op.c tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h 2023-06-05 12:04:28 -07:00
tcg-pool.c.inc tcg: Introduce tcg_splitwx_to_{rx,rw} 2021-01-07 05:09:41 -10:00
tcg.c tcg: Pass TCGHelperInfo to tcg_gen_callN 2023-06-05 12:04:29 -07:00
tci.c tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h 2023-06-05 12:04:28 -07:00