Home | History | Annotate | Download | only in i386

Lines Matching defs:alloc_offset

912   HOST_WIDE_INT alloc_offset, offset;
931 alloc_offset = seh->sp_offset;
933 alloc_offset = MIN (seh->cfa_offset + 240, seh->sp_offset);
935 offset = alloc_offset - INCOMING_FRAME_SP_OFFSET;
940 if (seh->reg_offset[regno] > 0 && seh->reg_offset[regno] <= alloc_offset)
950 alloc_offset - seh->reg_offset[regno]);
955 offset = alloc_offset - seh->cfa_offset;
965 if (alloc_offset != seh->sp_offset)
967 offset = seh->sp_offset - alloc_offset;
972 if (seh->reg_offset[regno] > alloc_offset)