Searched refs:saved (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-9.3-release/sys/mips/mips/
H A Dswtch.S203 mfc0 t0, MIPS_COP_0_STATUS # t0 = saved status register
223 mfc0 t0, MIPS_COP_0_STATUS # t0 = saved status register
500 PTR_S zero, PC_FPCURTHREAD(a1) # indicate state has been saved
/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c2360 /* Temporary take out template parameter scopes. They are saved
2419 /* Temporary take out template parameter scopes. They are saved
5010 cxx_saved_binding *saved;
5020 saved = VEC_safe_push (cxx_saved_binding, gc, *old_bindings, NULL);
5021 saved->identifier = id;
5022 saved->binding = IDENTIFIER_BINDING (id);
5023 saved->real_type_value = REAL_IDENTIFIER_TYPE_VALUE (id);
5137 cxx_saved_binding *saved;
5149 for (i = 0; VEC_iterate (cxx_saved_binding, s->old_bindings, i, saved); ++i)
5151 tree id = saved
5004 cxx_saved_binding *saved; local
5131 cxx_saved_binding *saved; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c676 tree saved = NULL_TREE;
684 saved = tree_cons (decl, build_int_cst (NULL_TREE, ix), saved);
688 if (saved || saved_function_name_decls)
691 saved_function_name_decls = tree_cons (saved, NULL_TREE,
726 /* We had saved values, restore them. */ local
727 tree saved;
729 for (saved = TREE_PURPOSE (stack); saved; saved
675 tree saved = NULL_TREE; local
[all...]
H A Dunwind-dw2.c157 /* Get the value of register INDEX as saved in CONTEXT. */
178 /* This will segfault if the register hasn't been saved. */
194 /* Get the value of the CFA as saved in CONTEXT. */
202 /* Overwrite the saved value for register INDEX in CONTEXT with VAL. */
231 /* Get the pointer to a register INDEX as saved in CONTEXT. */
242 /* Set the pointer to a register INDEX as saved in CONTEXT. */
253 /* Overwrite the saved value for register INDEX in CONTEXT with VAL. */
930 register was saved somewhere. */
1174 char saved[PRE_GCC3_DWARF_FRAME_REGISTERS+1];
1204 state_in->saved[re
1168 char saved[PRE_GCC3_DWARF_FRAME_REGISTERS+1]; member in struct:frame_state
[all...]
H A Ddwarf2out.c846 If SREG is -1, the register is saved at OFFSET from the CFA;
847 otherwise it is saved in SREG. */
897 ??? Perhaps we should note in the CIE where windows are saved (instead of
1189 /* The caller's ORIG_REG is saved in SAVED_IN_REG. */
1195 /* A list of registers saved in other registers.
1205 /* Add an entry to QUEUED_REG_SAVES saying that REG is now saved at
1206 SREG, or if SREG is NULL then it is saved at OFFSET to the CFA. */
1272 /* Does INSN clobber any register which QUEUED_REG_SAVES lists a saved
1274 said that some other register is saved in, and for which we now
1320 /* What register, if any, is currently saved i
7726 int *saved; local
[all...]
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dexception.S1131 saved
1141 saved
1776 saved
1786 saved
1796 saved
1809 saved
1819 saved
1829 saved
1922 saved
2248 * Setup %tstate for return, change the saved cw
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm83 ! now conveniently saved on the stack as the argument to pass to
H A Dsol2-gc1.asm86 ! now conveniently saved on the stack as the argument to pass to
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Ddirectives.c1272 _cpp_restore_pragma_names (cpp_reader *pfile, char **saved) argument
1274 (void) restore_registered_pragmas (pfile, pfile->pragmas, saved);
1275 free (saved);
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0.S442 * Set %dl with the drive number saved in byte 0.
447 movb (%si),%dl # Drive number, saved above
/freebsd-9.3-release/sys/boot/i386/btx/btx/
H A Dbtx.S379 popl %ds # saved
643 cmpl $0,MEM_ESPR-0x08 # Leave saved regs unchanged
664 * For V86 calls, copy the saved seg regs on the real mode stack back
666 * saved eflags on the kernel stack based on the flags from the user.
988 xchg %ax,4(%bp) # Swap saved %ax,%bx with
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S405 popl %ds # saved
669 cmpl $0,MEM_ESPR-0x08 # Leave saved regs unchanged
690 * For V86 calls, copy the saved seg regs on the real mode stack back
692 * saved eflags on the kernel stack based on the flags from the user.
1010 xchg %ax,4(%bp) # Swap saved %ax,%bx with
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S528 pop %eax # Restore saved entry point
655 ff.match: add $2,%sp # Discard saved %si
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp240 void pop(FunctionTypeDepthState saved) { argument
241 assert(getDepth() == saved.getDepth() + 1);
242 Bits = saved.Bits;
2010 FunctionTypeDepthState saved = FunctionTypeDepth.push(); local
2023 FunctionTypeDepth.pop(saved);
2032 FunctionTypeDepth.pop(saved);
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c834 callee-saved registers, there is no need to tell the compiler
1429 never return, and many memory cycles can be saved by not storing
1511 is saved on the stack, we can use a pre-incrementing stack load. */
1550 /* ... and that there are no call-saved registers in r0-r2
1576 /* If there are saved registers but the LR isn't saved, then we need
3380 /* Before going on to check the call-saved registers we can try a couple
3410 /* Otherwise look for a call-saved register that is going to be pushed. */
9330 which are call saved and which are used by this function. */
9370 saved o
9486 int saved; local
10491 int saved; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c1228 uintmax_t saved = dnp->dn_args->dn_value; local
1256 dnp->dn_args->dn_value = prp->pr_mapping[saved];
1260 dnp->dn_args->dn_value = saved;
1312 * simply generate code for the parse tree saved in the identifier's din_root,
1979 * has already had code generated for it and saved in di_id.
H A Ddt_printf.c410 dtrace_optval_t saved = dtp->dt_options[DTRACEOPT_STACKINDENT]; local
450 dtp->dt_options[DTRACEOPT_STACKINDENT] = saved;
/freebsd-9.3-release/sys/vm/
H A Duma_core.c2364 int16_t saved; local
2404 saved = bucket->ub_cnt;
2432 for (i = saved; i < bucket->ub_cnt; i++)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dparseaddr.c284 char saved = *addr; local
289 *addr = saved;
462 ** pvpbuf -- place to put the saved text -- note that
977 ** matched is saved away in the match vector (pointed to by 'mvp').
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh1202 be saved in a local static variable.
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c6909 * Restore saved RF/PHY registers
6979 uint16_t saved = 0xffff; local
7019 if (nrssi < 31 && saved == 0xffff)
7020 saved = i;
7022 if (saved == 0xffff)
7023 saved = 4;
7061 if (nrssi > -31 && saved == 0xffff)
7062 saved = i;
7064 if (saved == 0xffff)
7065 saved
[all...]
/freebsd-9.3-release/contrib/gperf/
H A Dconfigure207 echo positional parameters were not saved.
322 echo positional parameters were not saved.
411 echo positional parameters were not saved.
1537 # Check that the precious variables saved in the cache have kept the same
/freebsd-9.3-release/contrib/gperf/doc/
H A Dconfigure207 echo positional parameters were not saved.
322 echo positional parameters were not saved.
411 echo positional parameters were not saved.
1540 # Check that the precious variables saved in the cache have kept the same
/freebsd-9.3-release/contrib/gperf/lib/
H A Dconfigure207 echo positional parameters were not saved.
322 echo positional parameters were not saved.
411 echo positional parameters were not saved.
1578 # Check that the precious variables saved in the cache have kept the same
/freebsd-9.3-release/contrib/gperf/src/
H A Dconfigure207 echo positional parameters were not saved.
322 echo positional parameters were not saved.
411 echo positional parameters were not saved.
1578 # Check that the precious variables saved in the cache have kept the same

Completed in 376 milliseconds

123