HomeSort by relevance Sort by last modified time
    Searched refs:__cmpdi2 (Results 1 - 12 of 12) sorted by null

  /external/compiler-rt/test/Unit/
cmpdi2_test.c 1 //===-- cmpdi2_test.c - Test __cmpdi2 -------------------------------------===//
10 // This file tests __cmpdi2 for the compiler_rt library.
21 si_int __cmpdi2(di_int a, di_int b);
25 si_int x = __cmpdi2(a, b);
27 printf("error in __cmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",
  /frameworks/compile/libbcc/runtime/test/Unit/
cmpdi2_test.c 1 //===-- cmpdi2_test.c - Test __cmpdi2 -------------------------------------===//
10 // This file tests __cmpdi2 for the compiler_rt library.
21 si_int __cmpdi2(di_int a, di_int b);
25 si_int x = __cmpdi2(a, b);
27 printf("error in __cmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",
  /external/compiler-rt/lib/
cmpdi2.c 1 /* ===-- cmpdi2.c - Implement __cmpdi2 -------------------------------------===
10 * This file implements __cmpdi2 for the compiler_rt library.
23 __cmpdi2(di_int a, di_int b) function
apple_versioning.c 51 NOT_HERE_BEFORE_10_6(__cmpdi2)
177 NOT_HERE_UNTIL_AFTER_4_3(__cmpdi2)
  /frameworks/compile/libbcc/runtime/lib/
cmpdi2.c 1 /* ===-- cmpdi2.c - Implement __cmpdi2 -------------------------------------===
10 * This file implements __cmpdi2 for the compiler_rt library.
23 __cmpdi2(di_int a, di_int b) function
apple_versioning.c 51 NOT_HERE_BEFORE_10_6(__cmpdi2)
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 27 EXPLICIT_SYMBOL(__cmpdi2)
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 22 extern si_int __cmpdi2(di_int, di_int);
Runtime.def 110 DEF_LLVM_RUNTIME(__cmpdi2)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 165 si_int __cmpdi2 (di_int a, di_int b);
274 assert(__cmpdi2(3, 2) == 2);
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 361 milliseconds