Home | History | Annotate | Download | only in x86_64

Lines Matching defs:frame_size

1292     int i, frame_size, push_size, stack_addend;
1302 frame_size = push_size + TCG_STATIC_CALL_ARGS_SIZE;
1303 frame_size = (frame_size + TCG_TARGET_STACK_ALIGN - 1) &
1305 stack_addend = frame_size - push_size;