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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c9109 s390_frame_area (int *area_bottom, int *area_top)
9144 *area_bottom = b;
10713 int area_bottom, area_top, offset = 0;
10737 s390_frame_area (&area_bottom, &area_top);
10742 if (area_top <= area_bottom)
10746 else if (DISP_IN_RANGE (cfun_frame_layout.frame_size + area_bottom)
10756 offset = area_bottom < 0 ? -area_bottom : 0;
9108 s390_frame_area(int *area_bottom, int *area_top) argument
10712 int area_bottom, area_top, offset = 0; local

Completed in 110 milliseconds