Searched refs:dynamic_offset (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | explow.c | 1172 rtx dynamic_offset in allocate_dynamic_stack_space() local 1176 size = expand_binop (Pmode, add_optab, size, dynamic_offset, in allocate_dynamic_stack_space()
|
H A D | function.c | 1196 static int dynamic_offset; variable 1250 new = stack_pointer_rtx, offset = dynamic_offset; in instantiate_new_reg() 1680 dynamic_offset = STACK_DYNAMIC_OFFSET (current_function_decl); in instantiate_virtual_regs()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | explow.c | 1295 rtx dynamic_offset local 1336 size = expand_binop (Pmode, add_optab, size, dynamic_offset,
|
H A D | function.c | 2904 static int dynamic_offset; variable 3610 dynamic_offset = STACK_DYNAMIC_OFFSET (fndecl); 3798 new = stack_pointer_rtx, offset = dynamic_offset;
|