Home
last modified time | relevance | path

Searched refs:push_size (Results 1 – 3 of 3) sorted by relevance

/external/qemu/tcg/x86_64/
Dtcg-target.c1292 int i, frame_size, push_size, stack_addend; in tcg_target_qemu_prologue() local
1301 push_size = 8 + ARRAY_SIZE(tcg_target_callee_save_regs) * 8; in tcg_target_qemu_prologue()
1302 frame_size = push_size + TCG_STATIC_CALL_ARGS_SIZE; in tcg_target_qemu_prologue()
1305 stack_addend = frame_size - push_size; in tcg_target_qemu_prologue()
/external/qemu/tcg/i386/
Dtcg-target.c1919 int i, frame_size, push_size, stack_addend; in tcg_target_qemu_prologue() local
1929 push_size = 1 + ARRAY_SIZE(tcg_target_callee_save_regs); in tcg_target_qemu_prologue()
1930 push_size *= TCG_TARGET_REG_BITS / 8; in tcg_target_qemu_prologue()
1932 frame_size = push_size + TCG_STATIC_CALL_ARGS_SIZE; in tcg_target_qemu_prologue()
1935 stack_addend = frame_size - push_size; in tcg_target_qemu_prologue()
/external/qemu/target-i386/
Dop_helper.c781 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected()
783 push_size += 8; in do_interrupt_protected()
784 push_size <<= shift; in do_interrupt_protected()