Searched refs:qemu_ld_helpers (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1018 tcg_out_call(s, qemu_ld_helpers[opc & (MO_SIZE | sgn)], NULL);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 944 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SIZE], false);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1146 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SSIZE], false);
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1384 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SIZE]);
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1664 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SSIZE], false);
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1712 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SIZE]);
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1828 tcg_out_call_int(s, qemu_ld_helpers[opc & MO_SIZE]);
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 202 static void * const qemu_ld_helpers[MO_SSIZE + 1] __attribute__((unused)) = { variable
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2389 tcg_out_call_int(s, LK, qemu_ld_helpers[opc & MO_SIZE]);
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2067 tcg_out_branch(s, 1, qemu_ld_helpers[opc & MO_SIZE]);
|