Home
last modified time | relevance | path

Searched refs:SAVE_BLOCK (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dexplow.c930 case SAVE_BLOCK: in emit_stack_save()
1005 case SAVE_BLOCK: in emit_stack_restore()
Dexpr.h693 enum save_level {SAVE_BLOCK, SAVE_FUNCTION, SAVE_NONLOCAL}; enumerator
Dcalls.c1038 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()
Dstmt.c2010 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()
Dbuiltins.c1410 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/
Dtm.texi1267 @var{save_level} is one of @code{SAVE_BLOCK}, @code{SAVE_FUNCTION}, or