/openbsd/gnu/gcc/gcc/ |
H A D | expr.h | 700 extern void emit_stack_restore (enum save_level, rtx, rtx);
|
H A D | explow.c | 996 emit_stack_restore (enum save_level save_level, rtx sa, rtx after) in emit_stack_restore() function
|
H A D | builtins.c | 802 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX); in expand_builtin_longjmp() 879 emit_stack_restore (SAVE_NONLOCAL, r_sp, NULL_RTX); in expand_builtin_nonlocal_goto() 1518 emit_stack_restore (SAVE_NONLOCAL, old_stack_level, NULL_RTX); in expand_builtin_apply() 1521 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX); in expand_builtin_apply()
|
H A D | stmt.c | 2009 emit_stack_restore (SAVE_BLOCK, sa, NULL_RTX); in expand_stack_restore()
|
H A D | calls.c | 2997 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX); in expand_call()
|
H A D | function.c | 4547 emit_stack_restore (SAVE_FUNCTION, tem, NULL_RTX); in expand_function_end()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | expr.h | 731 extern void emit_stack_restore PARAMS ((enum save_level, rtx, rtx));
|
H A D | stmt.c | 678 emit_stack_restore (SAVE_NONLOCAL, save_area, NULL_RTX); 762 emit_stack_restore (SAVE_BLOCK, stack_level, NULL_RTX); 1045 emit_stack_restore (SAVE_BLOCK, f->stack_level, f->before_jump); 3805 emit_stack_restore (thisblock->next ? SAVE_BLOCK : SAVE_FUNCTION,
|
H A D | builtins.c | 699 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX); 1339 emit_stack_restore (SAVE_NONLOCAL, old_stack_level, NULL_RTX); 1342 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX);
|
H A D | explow.c | 1084 emit_stack_restore (save_level, sa, after) in emit_stack_restore() function
|
H A D | calls.c | 1915 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX); 3336 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX);
|
H A D | integrate.c | 1261 emit_stack_restore (SAVE_BLOCK, stack_save, NULL_RTX);
|
H A D | function.c | 7072 emit_stack_restore (SAVE_FUNCTION, tem, NULL_RTX);
|
H A D | FSFChangeLog.11 | 2716 * explow.c (emit_stack_save, emit_stack_restore): Correctly 3795 (promote_mode, emit_stack_save, emit_stack_restore): Likewise.
|
H A D | ChangeLog.0 | 1675 (emit_stack_restore): Likewise.
|
H A D | ChangeLog | 15900 * explow.c (emit_stack_restore): Emit memory clobbers
|
H A D | ChangeLog.7 | 1877 * explow.c (emit_stack_save, emit_stack_restore): Use get_insns
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | pa.md | 7295 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX); 8776 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX);
|
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | mips.md | 4903 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/ |
H A D | s390.md | 6817 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.md | 6747 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX);
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.md | 6930 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | pa.md | 7126 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | mips.md | 9982 emit_stack_restore (SAVE_NONLOCAL, stack, NULL_RTX);
|