Home
last modified time | relevance | path

Searched refs:frame_phase (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDcfgexpand.c142 static int frame_phase; variable
181 new_frame_offset -= size + frame_phase; in alloc_stack_frame_space()
183 new_frame_offset += frame_phase; in alloc_stack_frame_space()
188 new_frame_offset -= frame_phase; in alloc_stack_frame_space()
191 new_frame_offset += frame_phase; in alloc_stack_frame_space()
534 offset -= frame_phase; in expand_one_stack_var_at()
992 frame_phase = off ? align - off : 0; in expand_used_vars()
HDfunction.c411 int frame_off, frame_alignment, frame_phase; in assign_stack_local_1() local
454 frame_phase = frame_off ? frame_alignment - frame_off : 0; in assign_stack_local_1()
469 = (FLOOR_ROUND (function->x_frame_offset - frame_phase, in assign_stack_local_1()
471 + frame_phase); in assign_stack_local_1()
474 = (CEIL_ROUND (function->x_frame_offset - frame_phase, in assign_stack_local_1()
476 + frame_phase); in assign_stack_local_1()
HDChangeLog-200415365 frame_phase, get_decl_align_unit, add_stack_var, triangular_index,