Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dcfgexpand.c142 static int frame_phase; variable
184 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()
Dfunction.c403 int frame_off, frame_alignment, frame_phase; in assign_stack_local_1() local
446 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()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfunction.c534 int frame_off, frame_alignment, frame_phase; local
578 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;