Searched refs:SAVE_FUNCTION (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | explow.h | 86 enum save_level {SAVE_BLOCK, SAVE_FUNCTION, SAVE_NONLOCAL}; enumerator
|
H A D | explow.cc | 1072 case SAVE_FUNCTION: in emit_stack_save() 1134 case SAVE_FUNCTION: in emit_stack_restore()
|
H A D | ChangeLog-1998 | 11072 * rs6000.h (STACK_SAVEAREA_MODE): SAVE_FUNCTION is VOIDmode.
|
H A D | ChangeLog-2007 | 33183 * spu.h (STACK_SAVE_AREA): Use VOIDmode for SAVE_FUNCTION, SImode
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | explow.h | 82 enum save_level {SAVE_BLOCK, SAVE_FUNCTION, SAVE_NONLOCAL}; enumerator
|
H A D | explow.c | 1048 case SAVE_FUNCTION: in emit_stack_save() 1110 case SAVE_FUNCTION: in emit_stack_restore()
|
H A D | function.c | 5582 emit_stack_save (SAVE_FUNCTION, &tem); in expand_function_end() 5587 emit_stack_restore (SAVE_FUNCTION, tem); in expand_function_end()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.h | 117 (save_level == SAVE_FUNCTION ? VOIDmode \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.h | 368 ((LEVEL) == SAVE_FUNCTION ? VOIDmode \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.h | 388 ((LEVEL) == SAVE_FUNCTION ? VOIDmode \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.h | 1428 (LEVEL == SAVE_FUNCTION ? VOIDmode \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.h | 1434 (LEVEL == SAVE_FUNCTION ? VOIDmode \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi.in | 1243 @var{save_level} is one of @code{SAVE_BLOCK}, @code{SAVE_FUNCTION}, or
|
H A D | tm.texi | 1336 @var{save_level} is one of @code{SAVE_BLOCK}, @code{SAVE_FUNCTION}, or
|
H A D | gccint.info | 32172 'SAVE_FUNCTION', or 'SAVE_NONLOCAL' and selects which of the three
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gccint.info | 33617 'SAVE_FUNCTION', or 'SAVE_NONLOCAL' and selects which of the three
|