Searched refs:area_top (Results 1 – 2 of 2) sorted by relevance
5427 int area_bottom, area_top, offset = 0; in s390_emit_epilogue() local5440 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 …]
6410 s390_frame_area (int *area_bottom, int *area_top) in s390_frame_area() argument6442 *area_top = t; in s390_frame_area()7403 int area_bottom, area_top, offset = 0; in s390_emit_epilogue() local7427 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()