Searched refs:was (Results 101 - 125 of 355) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dcopro.s49 # UAL-syntax for MRC with APSR. Pre-UAL was PC
/haiku-buildtools/legacy/gcc/libiberty/
H A Dconfigure462 # Find the source files, if location was not specified.
531 # Check whether --with-target-subdir or --without-target-subdir was given.
537 # Check whether --with-cross-host or --without-cross-host was given.
543 # Check whether --with-newlib or --without-newlib was given.
1006 echo "configure: failed program was:" >&5
1023 echo "configure: failed program was:" >&5
1040 echo "configure: failed program was:" >&5
1079 echo "configure: failed program was:" >&5
1124 echo "configure: failed program was:" >&5
1228 echo "configure: failed program was
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dlb1spl.asm103 ! ??? This routine could be made faster if was optimized, and if it was
178 ! ??? This routine could be made faster if was optimized, and if it was
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixinc.dgux141 /* This file was generated by fixinc.dgux. */
/haiku-buildtools/gcc/libcilkrts/include/internal/
H A Drev.mk39 # It was automatically generated by cilkrts/include/internal/Makefile
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dlibdso-2.d10 # entries. This formerly SEGV:ed because .rela.got was created
H A Ddso-pltdis1.d10 # regular .got entry. There was a bug in which some (i.e. subsequent
/haiku-buildtools/legacy/binutils/intl/
H A Dconfigure460 # Find the source files, if location was not specified.
642 echo "configure: failed program was:" >&5
659 echo "configure: failed program was:" >&5
805 echo "configure: failed program was:" >&5
943 echo "configure: failed program was:" >&5
1007 echo "configure: failed program was:" >&5
1085 echo "configure: failed program was:" >&5
1120 echo "configure: failed program was:" >&5
1226 echo "configure: failed program was:" >&5
1275 echo "configure: failed program was
[all...]
/haiku-buildtools/legacy/gcc/libobjc/
H A Dconfigure459 # Find the source files, if location was not specified.
734 echo "configure: failed program was:" >&5
947 echo "configure: failed program was:" >&5
964 echo "configure: failed program was:" >&5
981 echo "configure: failed program was:" >&5
1018 echo "configure: failed program was:" >&5
1059 echo "configure: failed program was:" >&5
1123 echo "configure: failed program was:" >&5
1162 # Check whether --enable-objc-gc or --disable-objc-gc was given.
1264 # This directory was configure
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Dlshift.asm82 shldl( %cl, %edx, %eax) C eax was decremented to zero
357 C Size odd, destination was aligned.
373 C Size odd, destination was unaligned.
419 C Size even, destination was aligned.
435 C Size even, destination was unaligned.
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc227 uptr was = 0; local
228 if (atomic_compare_exchange_strong(&atomic_callee_cache[i], &was, callee,
231 if (was == callee) // Already have this callee.
/haiku-buildtools/gcc/contrib/
H A DcompareSumTests346 UNRESOLVED, UNTESTED or test was not run.
86 indicating which run was the odd one out.
97 between 2 and 3, except for those where there was the same difference betwen 1 and 2
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dcopyd.asm134 C copy low limb (needed if size was odd, but will already have been
135 C done in the loop if size was even)
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Dsubmul_1.asm42 C If the carry was a simple twos complement negative then the psrlq shift
43 C would need to bring in 0 bits or 1 bits according to whether the high was
/haiku-buildtools/legacy/binutils/
H A Dltconfig667 # If no C compiler was specified, use CC.
1031 # depend on `.', always an invalid library. This was fixed in
1272 # GNU dynamic linker. Since this was broken with cross compilers,
1274 # people can always --disable-shared, the test was removed, and we
1557 echo "$progname: failed program was:" >&5
1571 echo "$progname: failed program was:" >&5
1596 # Only try to build win32 dlls if AC_LIBTOOL_WIN32_DLL was used in
1682 echo "$progname: failed program was:" >&5
1731 echo "$progname: failed program was:" >&5
1768 echo "$progname: failed program was
[all...]
/haiku-buildtools/legacy/gcc/
H A Dltconfig599 echo "$progname: failed program was:" >&5
955 # Break only if it was the GNU/non-GNU ld that we prefer.
1511 echo "$progname: failed program was:" >&5
1525 echo "$progname: failed program was:" >&5
1829 # This was only tested on osf4:
2019 echo "$progname: failed program was:" >&5
2055 echo "$progname: failed program was:" >&5
2092 echo "$progname: failed program was:" >&5
2138 echo "$progname: failed program was:" >&5
2183 echo "$progname: failed program was
[all...]
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-cris/
H A Dlibdso-2.d10 # entries. This formerly SEGV:ed because .rela.got was created
/haiku-buildtools/gcc/libgcc/config/arc/ieee-754/arc600-dsp/
H A Ddivsf3.S197 tst r3,0x3c ; check if rounding was unsafe
199 jne.d [blink] ; return if rounding was safe.
/haiku-buildtools/gcc/libgcc/config/arc/ieee-754/arc600-mul64/
H A Ddivsf3.S191 tst r3,0x3c ; check if rounding was unsafe
193 jne.d [blink] ; return if rounding was safe.
/haiku-buildtools/gcc/libgcc/config/arc/ieee-754/
H A Ddivsf3-stdmul.S246 tst r3,0x3c ; check if rounding was unsafe
248 jne.d [blink] ; return if rounding was safe.
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Dmul_basecase.asm37 C This was written in a haste since the Pentium optimized code that was used
38 C for all x86 machines was slow for the Pentium II. This code would benefit
/haiku-buildtools/legacy/gcc/libf2c/
H A Dconfigure456 # Find the source files, if location was not specified.
730 echo "configure: failed program was:" >&5
969 echo "configure: failed program was:" >&5
986 echo "configure: failed program was:" >&5
1003 echo "configure: failed program was:" >&5
1040 echo "configure: failed program was:" >&5
1089 echo "configure: failed program was:" >&5
1423 # This directory was configured as follows,
/haiku-buildtools/gcc/gcc/doc/
H A Dmakefile.texi104 failures@footnote{Except if the compiler was buggy and miscompiled
136 regardless of how it itself was compiled.
145 Restart a bootstrap, so that everything that was not built with
/haiku-buildtools/gcc/gmp/mpn/alpha/ev67/
H A Dhamdist.asm28 C The hope was for 2.0 c/l here, but that isn't achieved. We're limited by
/haiku-buildtools/gcc/gmp/mpn/x86/k6/k62mmx/
H A Dcopyd.asm40 C the destination was aligned, but that seemed rather excessive for the

Completed in 140 milliseconds

1234567891011>>