Home | History | Annotate | Download | only in i386

Lines Matching defs:frame_size

1220     int i, frame_size, push_size, stack_addend;
1229 frame_size = push_size + TCG_STATIC_CALL_ARGS_SIZE;
1230 frame_size = (frame_size + TCG_TARGET_STACK_ALIGN - 1) &
1232 stack_addend = frame_size - push_size;