Searched refs:TCG_STATIC_CALL_ARGS_SIZE (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 239 #define TCG_STATIC_CALL_ARGS_SIZE 128 macro
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 251 tcg_debug_assert(offset < (TCG_STATIC_CALL_ARGS_SIZE + 950 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE,
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 2408 #define FRAME_SIZE ((TCG_STATIC_CALL_ARGS_SIZE + TEMP_SIZE + SAVE_SIZE \ 2411 #define SAVE_OFS (TCG_STATIC_CALL_ARGS_SIZE + TEMP_SIZE) 2421 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 2395 #define FRAME_SIZE ((TCG_STATIC_CALL_ARGS_SIZE + TEMP_SIZE + SAVE_SIZE \ 2398 #define SAVE_OFS (TCG_STATIC_CALL_ARGS_SIZE + TEMP_SIZE) 2408 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE);
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 2788 #define FRAME_SIZE ((TCG_STATIC_CALL_ARGS_SIZE + TEMP_SIZE + SAVE_SIZE \ 2791 #define SAVE_OFS (TCG_STATIC_CALL_ARGS_SIZE + TEMP_SIZE) 2801 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE);
|
/openbmc/qemu/tcg/ |
H A D | tci.c | 365 uint64_t stack[(TCG_STATIC_CALL_ARGS_SIZE + TCG_STATIC_FRAME_SIZE) in tcg_qemu_tb_exec()
|
H A D | tcg.c | 1031 unsigned max = TCG_STATIC_CALL_ARGS_SIZE / sizeof(tcg_target_long); in arg_slot_stk_ofs() 1117 int max_stk_slots = TCG_STATIC_CALL_ARGS_SIZE / sizeof(tcg_target_long); in init_call_layout()
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2953 + TCG_STATIC_CALL_ARGS_SIZE \ 2972 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE,
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 3197 + TCG_STATIC_CALL_ARGS_SIZE \ 3232 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE,
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 958 frame_size += TCG_STATIC_CALL_ARGS_SIZE + tmp_buf_size;
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3553 + TCG_STATIC_CALL_ARGS_SIZE \ 3565 TCG_STATIC_CALL_ARGS_SIZE + TCG_TARGET_CALL_STACK_OFFSET,
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4339 + TCG_STATIC_CALL_ARGS_SIZE \ 4353 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE,
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2820 + TCG_STATIC_CALL_ARGS_SIZE \
|