Searched refs:frame_phase (Results 1 – 3 of 3) sorted by relevance
142 static int frame_phase; variable184 new_frame_offset -= size + frame_phase; in alloc_stack_frame_space()186 new_frame_offset += frame_phase; in alloc_stack_frame_space()191 new_frame_offset -= frame_phase; in alloc_stack_frame_space()194 new_frame_offset += frame_phase; in alloc_stack_frame_space()551 offset -= frame_phase; in expand_one_stack_var_at()1010 frame_phase = off ? align - off : 0; in expand_used_vars()
403 int frame_off, frame_alignment, frame_phase; in assign_stack_local_1() local446 frame_phase = frame_off ? frame_alignment - frame_off : 0; in assign_stack_local_1()461 = (FLOOR_ROUND (function->x_frame_offset - frame_phase, in assign_stack_local_1()463 + frame_phase); in assign_stack_local_1()466 = (CEIL_ROUND (function->x_frame_offset - frame_phase, in assign_stack_local_1()468 + frame_phase); in assign_stack_local_1()
534 int frame_off, frame_alignment, frame_phase; local578 frame_phase = frame_off ? frame_alignment - frame_off : 0;586 …on->x_frame_offset = FLOOR_ROUND (function->x_frame_offset - frame_phase, alignment) + frame_phase;588 …ion->x_frame_offset = CEIL_ROUND (function->x_frame_offset - frame_phase, alignment) + frame_phase;