Searched refs:qemu_st_helpers (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1036 tcg_out_call(s, qemu_st_helpers[opc & MO_SIZE], NULL);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 959 tcg_out_call_int(s, qemu_st_helpers[opc & MO_SIZE], false);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1175 tcg_out_call_int(s, qemu_st_helpers[opc & MO_SIZE], false);
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1402 tcg_out_goto(s, COND_AL, qemu_st_helpers[opc & MO_SIZE]);
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1682 tcg_out_call_int(s, qemu_st_helpers[opc & MO_SIZE], false);
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1727 tcg_out_call_int(s, qemu_st_helpers[opc & MO_SIZE]);
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1845 tcg_out_call_int(s, qemu_st_helpers[opc & MO_SIZE]);
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 215 static void * const qemu_st_helpers[MO_SIZE + 1] __attribute__((unused)) = { variable
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2405 tcg_out_call_int(s, LK, qemu_st_helpers[opc & MO_SIZE]);
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2089 tcg_out_branch(s, 1, qemu_st_helpers[opc & MO_SIZE]);
|