Searched refs:tcg_set_frame (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 781 void tcg_set_frame(TCGContext *s, TCGReg reg, intptr_t start, intptr_t size);
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 950 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE,
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 951 tcg_set_frame(s, TCG_REG_I6, -tmp_buf_size, tmp_buf_size);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 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 | 2408 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE);
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2972 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE,
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 2801 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE);
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 3232 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE,
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3564 tcg_set_frame(s, TCG_REG_CALL_STACK,
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 1561 void tcg_set_frame(TCGContext *s, TCGReg reg, intptr_t start, intptr_t size) in tcg_set_frame() function
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2839 tcg_set_frame(s, TCG_REG_CALL_STACK, REG_SAVE_BOT - CPU_TEMP_BUF_SIZE,
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4353 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE,
|