Searched refs:push_size (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c2152 int i, frame_size, push_size, stack_addend; local
2166 push_size = 1 + ARRAY_SIZE(tcg_target_callee_save_regs);
2167 push_size *= TCG_TARGET_REG_BITS / 8;
2169 frame_size = push_size + TCG_STATIC_CALL_ARGS_SIZE;
2175 stack_addend = frame_size - push_size;
/vbox/src/recompiler/target-i386/
H A Dop_helper.c1041 push_size = 6 + (new_stack << 2) + (has_error_code << 1);
1043 push_size += 8;
1044 push_size <<= shift;
3033 // push_size = ((param_count * 2) + 8) << shift;
3061 // push_size = (4 << shift);

Completed in 1212 milliseconds