Searched refs:TCGHelperInfo (Results 1 – 19 of 19) sorted by relevance
/openbmc/qemu/include/exec/ |
H A D | helper-info.c.inc | 19 TCGHelperInfo glue(helper_info_, NAME) = { \ 26 TCGHelperInfo glue(helper_info_, NAME) = { \ 33 TCGHelperInfo glue(helper_info_, NAME) = { \ 41 TCGHelperInfo glue(helper_info_, NAME) = { \ 49 TCGHelperInfo glue(helper_info_, NAME) = { \ 58 TCGHelperInfo glue(helper_info_, NAME) = { \ 67 TCGHelperInfo glue(helper_info_, NAME) = { \ 77 TCGHelperInfo glue(helper_info_, NAME) = { \
|
H A D | helper-gen.h.inc | 14 extern TCGHelperInfo glue(helper_info_, name); \ 22 extern TCGHelperInfo glue(helper_info_, name); \ 32 extern TCGHelperInfo glue(helper_info_, name); \ 42 extern TCGHelperInfo glue(helper_info_, name); \ 52 extern TCGHelperInfo glue(helper_info_, name); \ 64 extern TCGHelperInfo glue(helper_info_, name); \ 76 extern TCGHelperInfo glue(helper_info_, name); \ 88 extern TCGHelperInfo glue(helper_info_, name); \
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 838 void tcg_gen_call0(void *func, TCGHelperInfo *, TCGTemp *ret); 839 void tcg_gen_call1(void *func, TCGHelperInfo *, TCGTemp *ret, TCGTemp *); 840 void tcg_gen_call2(void *func, TCGHelperInfo *, TCGTemp *ret, 842 void tcg_gen_call3(void *func, TCGHelperInfo *, TCGTemp *ret, 844 void tcg_gen_call4(void *func, TCGHelperInfo *, TCGTemp *ret, 846 void tcg_gen_call5(void *func, TCGHelperInfo *, TCGTemp *ret, 848 void tcg_gen_call6(void *func, TCGHelperInfo *, TCGTemp *ret, 851 void tcg_gen_call7(void *func, TCGHelperInfo *, TCGTemp *ret,
|
H A D | helper-info.h | 46 struct TCGHelperInfo { struct
|
/openbmc/qemu/include/qemu/ |
H A D | typedefs.h | 114 typedef struct TCGHelperInfo TCGHelperInfo; typedef
|
H A D | plugin.h | 79 TCGHelperInfo *info; 92 TCGHelperInfo *info;
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 174 const TCGHelperInfo *info); 883 static TCGHelperInfo info_helper_ld32_mmu = { 892 static TCGHelperInfo info_helper_ld64_mmu = { 901 static TCGHelperInfo info_helper_ld128_mmu = { 910 static TCGHelperInfo info_helper_st32_mmu = { 920 static TCGHelperInfo info_helper_st64_mmu = { 930 static TCGHelperInfo info_helper_st128_mmu = { 978 static ffi_cif *init_ffi_layout(TCGHelperInfo *info) in init_ffi_layout() 1050 static void layout_arg_1(TCGCumulativeArgs *cum, TCGHelperInfo *info, in layout_arg_1() 1065 TCGHelperInfo *info, int n) in layout_arg_normal_n() [all …]
|
H A D | tcg-internal.h | 47 static inline const TCGHelperInfo *tcg_call_info(TCGOp *op) in tcg_call_info()
|
/openbmc/qemu/plugins/ |
H A D | core.c | 375 static TCGHelperInfo info[3] = { in plugin_register_dyn_cb__udata() 404 static TCGHelperInfo info[3] = { in plugin_register_dyn_cond_cb__udata() 442 static TCGHelperInfo info[3] = { in plugin_register_vcpu_mem_cb()
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 648 const TCGHelperInfo *info)
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 928 const TCGHelperInfo *info)
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 776 const TCGHelperInfo *info)
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1122 const TCGHelperInfo *info)
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1170 const TCGHelperInfo *info)
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1608 const TCGHelperInfo *info)
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1425 const TCGHelperInfo *info)
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1681 const TCGHelperInfo *info)
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2332 const TCGHelperInfo *info)
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1935 const TCGHelperInfo *info)
|