Home
last modified time | relevance | path

Searched refs:qemu_ld_helpers (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1018 tcg_out_call(s, qemu_ld_helpers[opc & (MO_SIZE | sgn)], NULL);
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc944 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SIZE], false);
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc1146 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SSIZE], false);
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc1384 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SIZE]);
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc1664 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SSIZE], false);
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1712 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SIZE]);
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1828 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SIZE]);
/openbmc/qemu/tcg/
H A Dtcg.c202 static void * const qemu_ld_helpers[MO_SSIZE + 1] __attribute__((unused)) = { variable
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2389 tcg_out_call_int(s, LK, qemu_ld_helpers[opc & MO_SIZE]);
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc2067 tcg_out_branch(s, 1, qemu_ld_helpers[opc & MO_SIZE]);