Home
last modified time | relevance | path

Searched refs:area_top (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c5427 int area_bottom, area_top, offset = 0; in s390_emit_epilogue() local
5440 area_top = (cfun->machine->last_save_gpr + 1) * UNITS_PER_WORD; in s390_emit_epilogue()
5445 area_top = INT_MIN; in s390_emit_epilogue()
5454 if (area_top < 0) in s390_emit_epilogue()
5455 area_top = 0; in s390_emit_epilogue()
5464 if (area_top < STACK_POINTER_OFFSET - 8) in s390_emit_epilogue()
5465 area_top = STACK_POINTER_OFFSET - 8; in s390_emit_epilogue()
5471 if (area_top < STACK_POINTER_OFFSET) in s390_emit_epilogue()
5472 area_top = STACK_POINTER_OFFSET; in s390_emit_epilogue()
5479 if (area_top <= area_bottom) in s390_emit_epilogue()
[all …]
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.c6410 s390_frame_area (int *area_bottom, int *area_top) in s390_frame_area() argument
6442 *area_top = t; in s390_frame_area()
7403 int area_bottom, area_top, offset = 0; in s390_emit_epilogue() local
7427 s390_frame_area (&area_bottom, &area_top); in s390_emit_epilogue()
7432 if (area_top <= area_bottom) in s390_emit_epilogue()
7437 && DISP_IN_RANGE (cfun_frame_layout.frame_size + area_top - 1)) in s390_emit_epilogue()