Searched refs:save (Results 626 - 650 of 821) sorted by relevance

<<21222324252627282930>>

/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dunimpl_emul.S87 touser: movl (%sp),-52(%sp) # save rsb address on top of new stack
90 pushr $0x7fff # save all regs
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot_ufs/
H A Dboot.S266 movel %d3,%a2 | save original len in a2
309 movel %sp,%d1 | save sp
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/xxboot/
H A Dboot.S269 movel %d3,%a2 | save original len in a2
312 movel %sp,%d1 | save sp
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dremake.c1335 int save = warn_undefined_variables_flag;
1340 warn_undefined_variables_flag = save;
1327 int save = warn_undefined_variables_flag; local
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev5/
H A Ddiveby3.asm31 C to u0/u0 to save some copying.
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/ia64/
H A Ddive_1.asm68 .save ar.lc, r2
H A Dlogops_n.asm75 .save ar.lc, r2
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dadd_n.asm58 save %sp,-160,%sp
H A Daddmul_1.asm41 C develop mpn_addmul_2. This would save many integer instructions.
43 C it could only save 1 cycle/limb.
45 C could save many operations, in the FPU (fmuld), but more so in the IEU
93 save %sp, -256, %sp
H A Dsub_n.asm58 save %sp,-160,%sp
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/
H A Ddivrem_1.asm64 C save 1 cycle, but that doesn't seem to happen in practice, and in any case
H A Dsqr_basecase.asm194 C of the product triangle, is handled separately at the end to save
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dlshift.asm204 sbbl %eax,%eax C save carry in %eax
H A Dmode1o.asm223 C Could look for a-c<d and save a division sometimes, but that doesn't seem
H A Drshift.asm204 sbbl %eax,%eax C save carry in %eax
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dpopcount.asm58 C * We could save a byte or two by using 32-bit operations on areg.
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dlocore.S828 * Only save registers that must be preserved across function
874 # save a context.
888 * 1. if (oldlwp != NULL), save its context.
1113 movq %rsp,L_MD_REGS(%r14) # save pointer to frame
1248 movq %rsp,L_MD_REGS(%r14) # save pointer to frame
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c1141 /* Get all the operands and save them as expressions. */
1293 char *save; local
1403 save = input_line_pointer;
1415 input_line_pointer = save;
1532 fragment. To save time we search from the end of the symbol
1535 Also to save time we stop searching once we have seen at least
1622 /* Assemble first instruction and save it. */
H A Dtc-h8300.c494 char *save; local
496 save = input_line_pointer;
502 input_line_pointer = save;
637 for the low register to save, the other for the high
638 register to save; we also set the high bit in op->reg
H A Dtc-vax.c1273 If I nested if()s more, I could avoid testing (*err) which would save
1615 We remember to save q, in case we didn't want "Rn" anyway. */
2629 input_line_pointer. So we save it and restore it later. */
3447 char *save;
3451 save = input_line_pointer;
3501 input_line_pointer = save;
3433 char *save; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.c124 tree save;
151 save = skip_simple_arithmetic (size);
168 put_pending_size (save);
123 tree save; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dstor-layout.c119 tree save;
140 save = skip_simple_arithmetic (size);
157 put_pending_size (save);
118 tree save; local
H A Dtree-outof-ssa.c2323 FILE *save; local
2326 save = dump_file;
2401 dump_file = save;
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dgetaddrinfo.c885 struct sockaddr *save; local
895 save = ai->ai_addr;
900 ai->ai_addr = save;
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_apm.c862 int save; local
872 save = disable_interrupts(I32_bit|F32_bit);
1160 restore_interrupts(save);

Completed in 468 milliseconds

<<21222324252627282930>>