Searched refs:tcg_set_frame (Results 1 – 12 of 12) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg.h | 731 void tcg_set_frame(TCGContext *s, TCGReg reg, intptr_t start, intptr_t size);
|
/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 1290 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE,
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 979 tcg_set_frame(s, TCG_REG_I6, -tmp_buf_size, tmp_buf_size);
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 2623 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE);
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 2573 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE);
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 2948 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE, TEMP_SIZE);
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 3467 tcg_set_frame(s, TCG_REG_SP, TCG_STATIC_CALL_ARGS_SIZE,
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 3405 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE,
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3796 tcg_set_frame(s, TCG_REG_CALL_STACK,
|
/qemu/tcg/ |
H A D | tcg.c | 2036 void tcg_set_frame(TCGContext *s, TCGReg reg, intptr_t start, intptr_t size) in tcg_set_frame() function
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2811 tcg_set_frame(s, TCG_REG_CALL_STACK, REG_SAVE_BOT - CPU_TEMP_BUF_SIZE,
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4698 tcg_set_frame(s, TCG_REG_CALL_STACK, TCG_STATIC_CALL_ARGS_SIZE,
|