Home | History | Annotate | Download | only in x86_64

Lines Matching refs:push_size

1292     int i, frame_size, push_size, stack_addend;
1301 push_size = 8 + ARRAY_SIZE(tcg_target_callee_save_regs) * 8;
1302 frame_size = push_size + TCG_STATIC_CALL_ARGS_SIZE;
1305 stack_addend = frame_size - push_size;