Home
last modified time | relevance | path

Searched refs:saved (Results 76 – 100 of 146) sorted by relevance

123456

/dragonfly/contrib/gcc-4.7/libcpp/
H A Ddirectives.c1333 _cpp_restore_pragma_names (cpp_reader *pfile, char **saved) in _cpp_restore_pragma_names() argument
1335 (void) restore_registered_pragmas (pfile, pfile->pragmas, saved); in _cpp_restore_pragma_names()
1336 free (saved); in _cpp_restore_pragma_names()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgty.texi22 also be marked. Finally, all global variables that need to be saved
26 to be saved in a precompiled header.)
429 they are saved and restored correctly to PCH files.
H A Dlto.texi22 Since GIMPLE bytecode is saved alongside final object code, object
159 saved on all the files in a link-time set are applied globally. No
H A Dtm.texi1892 @cindex call-saved register
1907 @cindex call-saved register
1918 @cindex call-saved register
1944 @option{-fcall-used-@var{reg}} and @option{-fcall-saved-@var{reg}}
1982 register window. Unlike most call-saved registers, such registers
2009 registers must always be saved and the save-multiple-registers
2176 another register that is not saved by a prologue in an interrupt
2203 is not saved by a prologue in an interrupt handler.
3676 registers that are not call-saved.
4724 function. The epilogue is responsible for restoring the saved
[all …]
H A Dtm.texi.in1870 @cindex call-saved register
1885 @cindex call-saved register
1896 @cindex call-saved register
1922 @option{-fcall-used-@var{reg}} and @option{-fcall-saved-@var{reg}}
1960 register window. Unlike most call-saved registers, such registers
1987 registers must always be saved and the save-multiple-registers
2154 another register that is not saved by a prologue in an interrupt
2181 is not saved by a prologue in an interrupt handler.
3652 registers that are not call-saved.
4661 function. The epilogue is responsible for restoring the saved
[all …]
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c7939 const char *saved; in check_VecOperations() local
7945 saved = op_string; in check_VecOperations()
7973 as_bad (_("Unsupported broadcast: `%s'"), saved); in check_VecOperations()
8011 as_bad (_("invalid write mask `%s'"), saved); in check_VecOperations()
8033 as_bad (_("duplicated `%s'"), saved); in check_VecOperations()
8044 saved); in check_VecOperations()
8056 as_bad (_("missing `}' in `%s'"), saved); in check_VecOperations()
9877 char *arch, *next, *saved; in md_parse_option() local
9981 saved = xstrdup (arg); in md_parse_option()
9982 arch = saved; in md_parse_option()
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-arm-common.inc479 /* Recover the saved address. */
639 /* Restore the saved pointer. */
/dragonfly/contrib/gcc-8.0/libcpp/
H A Ddirectives.c1425 _cpp_restore_pragma_names (cpp_reader *pfile, char **saved) in _cpp_restore_pragma_names() argument
1427 (void) restore_registered_pragmas (pfile, pfile->pragmas, saved); in _cpp_restore_pragma_names()
1428 free (saved); in _cpp_restore_pragma_names()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-rgn.c3699 int saved; in rest_of_handle_live_range_shrinkage() local
3702 saved = flag_schedule_interblock; in rest_of_handle_live_range_shrinkage()
3705 flag_schedule_interblock = saved; in rest_of_handle_live_range_shrinkage()
H A Dira-color.c4384 HARD_REG_SET saved[2]; in allocno_reload_assign() local
4391 COPY_HARD_REG_SET (saved[i], OBJECT_TOTAL_CONFLICT_HARD_REGS (obj)); in allocno_reload_assign()
4438 COPY_HARD_REG_SET (OBJECT_TOTAL_CONFLICT_HARD_REGS (obj), saved[i]); in allocno_reload_assign()
H A Dtarget.def308 saved, and allocating @var{size} additional bytes of storage for the\n\
374 function. The epilogue is responsible for restoring the saved\n\
1403 /* Sets local machine scheduler context to a saved value. */
2685 callee-saved registers that are not already live during the current
2696 saved. @var{after_prologue_epilogue_gen} indicates if prologues and\n\
2700 to reserve space for caller-saved target registers.",
2719 insns are saved in @var{gen_seq}. They will be emitted when all the\n\
2731 insns are saved in @var{gen_seq}. They will be emitted when all the\n\
5794 is not saved by a prologue in an interrupt handler.\n\
5802 "This hook should return true if @var{regno} is partly call-saved and\n\
[all …]
/dragonfly/games/quiz/datfiles/
H A Dbard126 in the which better part I have saved my life{.}:\
/dragonfly/contrib/gdb-7/readline/doc/
H A Drluser.texi227 When you use a kill command, the text is saved in a @dfn{kill-ring}.
524 Set the maximum number of history entries saved in the history list. If
1001 position, and @dfn{mark} refers to a cursor position saved by the
1249 The killed text is saved on the kill-ring.
1254 The killed text is saved on the kill-ring.
1483 the saved position, and the old cursor position is saved as the mark.
/dragonfly/games/fortune/datfiles/
H A Ddragonfly-tips545 history is saved 90 days for /home/userA and 30 days for /home/userB. If at
550 without changing amount of history saved for /home/userB. See "man HAMMER" for
/dragonfly/libexec/bootpd/
H A DChanges178 (code fragment saved in ToDo).
/dragonfly/usr.bin/window/
H A DREADME91 pointer. An error number is saved in wwerrno. Wwerror() returns an
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-i960.texi169 not depend on system-supplied saved context), and declare it as the
/dragonfly/contrib/file/magic/Magdir/
H A Dcompress32 # SAV FarCry (demo) saved game http://www.farcry-thegame.com
/dragonfly/gnu/usr.bin/rcs/
H A DNEWS223 2. On hosts with saved setuids (a Posix 1003.1-1990 option) and without
226 3. On hosts that lack both modern seteuid() and saved setuids,
/dragonfly/games/larn/
H A DFixed.Bugs157 this caused the rightmost part of each level to not be saved in a savefile.
/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-color.c3886 HARD_REG_SET saved[2]; in allocno_reload_assign() local
3893 COPY_HARD_REG_SET (saved[i], OBJECT_TOTAL_CONFLICT_HARD_REGS (obj)); in allocno_reload_assign()
3940 COPY_HARD_REG_SET (OBJECT_TOTAL_CONFLICT_HARD_REGS (obj), saved[i]); in allocno_reload_assign()
H A Dcommon.opt879 fcall-saved-
881 -fcall-saved-<register> Mark <register> as being preserved across functions
888 ; be saved across function calls, if that produces overall better code.
/dragonfly/bin/sh/
H A DTOUR289 variable plinno is saved and restored when files are pushed and
/dragonfly/contrib/bmake/mk/
H A Dmk-files.txt127 # since everything saved from the environment above
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h1642 int saved; member
1644 : saved (processing_template_decl) in saved() function
1651 processing_template_decl = saved; in ~processing_template_decl_sentinel()
5196 hash_map<tree, tree> *saved; member

123456