Searched refs:to_allocate (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c2517 HOST_WIDE_INT to_allocate;
2635 frame->frame_pointer_offset = frame->to_allocate = 0;
2664 frame->to_allocate = offset + frame->padding2;
2686 return frame.to_allocate + (frame.push_rts ? 56 : 0);
2689 return frame.to_allocate - frame.frame_pointer_offset;
2758 current_function_static_stack_size = frame.to_allocate;
2760 initial_offset = -frame.to_allocate;
2774 if (frame.to_allocate > 0)
2841 emit_add_sp_const (-frame.to_allocate - initial_offset, true);
2885 off = frame.to_allocate
2502 HOST_WIDE_INT to_allocate; member in struct:c6x_frame
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc2519 HOST_WIDE_INT to_allocate;
2637 frame->frame_pointer_offset = frame->to_allocate = 0;
2666 frame->to_allocate = offset + frame->padding2;
2688 return frame.to_allocate + (frame.push_rts ? 56 : 0);
2691 return frame.to_allocate - frame.frame_pointer_offset;
2760 current_function_static_stack_size = frame.to_allocate;
2762 initial_offset = -frame.to_allocate;
2776 if (frame.to_allocate > 0)
2843 emit_add_sp_const (-frame.to_allocate - initial_offset, true);
2887 off = frame.to_allocate
2504 HOST_WIDE_INT to_allocate; member in struct:c6x_frame
[all...]
/netbsd-current/tests/lib/libcurses/director/
H A Dtestlang_parse.y2094 size_t to_allocate;
2115 to_allocate = 1024 * ((result / 1024) + 1);
2118 saved_output.allocated + to_allocate))
2122 saved_output.allocated += to_allocate;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c6068 HOST_WIDE_INT to_allocate;
6338 to_allocate = offset - frame->sse_reg_save_offset;
6340 if ((!to_allocate && frame->nregs <= 1)
6341 || (TARGET_64BIT && to_allocate >= HOST_WIDE_INT_C (0x80000000))
6348 || (flag_stack_clash_protection && to_allocate > get_probe_interval ()))
6357 frame->red_zone_size = to_allocate;
6051 HOST_WIDE_INT to_allocate; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc6558 HOST_WIDE_INT to_allocate;
6825 to_allocate = offset - frame->sse_reg_save_offset;
6827 if ((!to_allocate && frame->nregs <= 1)
6828 || (TARGET_64BIT && to_allocate >= HOST_WIDE_INT_C (0x80000000))
6840 && to_allocate > get_probe_interval ()))
6849 frame->red_zone_size = to_allocate;
6541 HOST_WIDE_INT to_allocate; local

Completed in 450 milliseconds