Searched refs:old (Results 176 - 200 of 360) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/contrib/
H A DcompareSumTests342 are regressions, and it tells you which of the two old compilers (or both)
/haiku-buildtools/gcc/gmp/mpn/power/
H A Dsubmul_1.asm62 ae 11,0,9 C low limb + old_cy_limb + old cy
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Daors_n.asm87 C old gas, LF(M4_function_n,oop)-L(0a)-3 cannot be put into the leal
/haiku-buildtools/gcc/gmp/mpn/x86/k7/
H A Daorsmul_1.asm39 C * Improve feed-in and wind-down code. We beat the old code for all n != 1,
H A Dmul_1.asm39 C * Improve feed-in and wind-down code. We beat the old code for all n != 1,
H A Daors_n.asm185 C See mpn/x86/README about old gas bugs
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dlshsub_n.asm78 C See mpn/x86/README about old gas bugs
H A Daorsmul_1.asm240 C See mpn/x86/README about old gas bugs
/haiku-buildtools/legacy/gcc/gcc/
H A Dfinal.c1006 rtx old = insn;
1008 if (! INSN_DELETED_P (old))
1009 insn = try_split (PATTERN (old), old, 1);
1010 /* When not optimizing, the old insn will be still left around
1013 if (INSN_DELETED_P (old))
1015 PUT_CODE (old , NOTE);
1016 NOTE_LINE_NUMBER (old) = NOTE_INSN_DELETED;
1017 NOTE_SOURCE_FILE (old) = 0;
3948 /* This is the old wa
1001 rtx old = insn; local
[all...]
H A Dstor-layout.c717 int old;
729 old = suspend_momentary ();
1145 resume_momentary (old);
711 int old; local
H A Dglobal.c654 register regset old = BASIC_BLOCK (b)->global_live_at_start;
657 REG_SET_TO_HARD_REG_SET (hard_regs_live, old);
658 EXECUTE_IF_SET_IN_REG_SET (old, FIRST_PSEUDO_REGISTER, i,
1234 or perhaps its old hard reg has been commandeered for reloads.
651 register regset old = BASIC_BLOCK (b)->global_live_at_start; local
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash56.C3 // GROUPS passed old-abort
237 ListD<T>::copy_item(ListDProto::link *old) const
239 link_item *old_item = (link_item *) old;
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_rtl.cc731 int old = flags()->exitcode; local
733 return old;
/haiku-buildtools/autoconf/lib/Autom4te/
H A DFileUtils.pm101 C<STDIN> or C<STDOUT> are ``obsolete'', i.e., as old as possible.
/haiku-buildtools/legacy/binutils/gas/
H A Ddwarf2dbg.c478 unsigned int old = files_allocated;
484 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry));
476 unsigned int old = files_allocated; local
/haiku-buildtools/legacy/binutils/binutils/
H A Dsrconv.c229 int old; local
233 old = ptr[byte];
235 old &= ~((~0 >> (8 - bit - size)) & ((1 << size) - 1));
237 old |= (val & ((1 << size) - 1)) << (8 - bit - size);
238 ptr[byte] = old;
/haiku-buildtools/binutils/binutils/
H A Dsrconv.c192 int old; local
196 old = ptr[byte];
198 old &= ~((~0 >> (8 - bit - size)) & ((1 << size) - 1));
200 old |= (val & ((1 << size) - 1)) << (8 - bit - size);
201 ptr[byte] = old;
/haiku-buildtools/gcc/gcc/
H A Dloop-iv.c1535 rtx old = *expr; local
1537 if (old == *expr)
2008 rtx old = *expr; local
2010 if (old != *expr)
2029 rtx old = *expr; local
2073 else if (old_cond != XEXP (note, 0) || old != *expr)
3015 /* Also if the actual exit may be infinite, while the old one
3016 not, prefer the old one. */
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interface_atomic.cc402 a128 old = *c; local
403 a128 cur = func_cas(a, old, v);
404 if (cur == old)
/haiku-buildtools/binutils/gas/
H A Ddwarf2dbg.c541 unsigned int old = files_allocated;
546 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry));
540 unsigned int old = files_allocated; local
/haiku-buildtools/gcc/gmp/mpn/x86/fat/
H A Dfat_entry.asm193 popl %ecx C old flags
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-pdp11.c504 char *old = str;
533 return old;
502 char *old = str; local
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dee.asm37 ; * The old stack pointer is saved at sp (frame pointer version only).
/haiku-buildtools/legacy/gcc/libio/
H A Diostream.cc1076 // NOTE: extension for compatibility with old libg++.
1091 int old = (_flags & ios::skipws) != 0;
1096 return old;
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dtexindex.c1150 char **old = linearray;
1152 line += linearray - old;
1142 char **old = linearray; local

Completed in 348 milliseconds

1234567891011>>