HomeSort by: relevance | last modified time | path
    Searched defs:area_bottom (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 9749 given pointers AREA_BOTTOM (address of the lowest used stack
9754 s390_frame_area (int *area_bottom, int *area_top)
9789 *area_bottom = b;
11662 int area_bottom, area_top, offset = 0;
11688 s390_frame_area (&area_bottom, &area_top);
11693 if (area_top <= area_bottom)
11697 else if (DISP_IN_RANGE (cfun_frame_layout.frame_size + area_bottom)
11708 offset = area_bottom < 0 ? -area_bottom : 0;
11661 int area_bottom, area_top, offset = 0; local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 10198 given pointers AREA_BOTTOM (address of the lowest used stack
10203 s390_frame_area (int *area_bottom, int *area_top)
10238 *area_bottom = b;
12179 int area_bottom, area_top, offset = 0;
12205 s390_frame_area (&area_bottom, &area_top);
12210 if (area_top <= area_bottom)
12214 else if (DISP_IN_RANGE (cfun_frame_layout.frame_size + area_bottom)
12225 offset = area_bottom < 0 ? -area_bottom : 0;
12178 int area_bottom, area_top, offset = 0; local

Completed in 71 milliseconds