Searched refs:SAVE_BLOCK (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | explow.c | 930 case SAVE_BLOCK: in emit_stack_save() 1005 case SAVE_BLOCK: in emit_stack_restore()
|
| D | expr.h | 693 enum save_level {SAVE_BLOCK, SAVE_FUNCTION, SAVE_NONLOCAL}; enumerator
|
| D | calls.c | 1038 emit_stack_save (SAVE_BLOCK, old_stack_level, NULL_RTX); in initialize_argument_information() 2356 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX); in expand_call() 2511 emit_stack_save (SAVE_BLOCK, &old_stack_level, in expand_call() 2998 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX); in expand_call()
|
| D | stmt.c | 2010 emit_stack_save (SAVE_BLOCK, &ret, NULL_RTX); in expand_stack_save() 2020 emit_stack_restore (SAVE_BLOCK, sa, NULL_RTX); in expand_stack_restore()
|
| D | builtins.c | 1410 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX); in expand_builtin_apply() 1519 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX); in expand_builtin_apply()
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | tm.texi | 1267 @var{save_level} is one of @code{SAVE_BLOCK}, @code{SAVE_FUNCTION}, or
|