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

  /frameworks/compile/libbcc/runtime/lib/
clzdi2.c 1 /* ===-- clzdi2.c - Implement __clzdi2 -------------------------------------===
10 * This file implements __clzdi2 for the compiler_rt library.
22 __clzdi2(di_int a) function
apple_versioning.c 48 NOT_HERE_BEFORE_10_6(__clzdi2)
  /frameworks/compile/libbcc/runtime/test/Unit/
clzdi2_test.c 1 //===-- clzdi2_test.c - Test __clzdi2 -------------------------------------===//
10 // This file tests __clzdi2 for the compiler_rt library.
21 si_int __clzdi2(di_int a);
25 si_int x = __clzdi2(a);
27 printf("error in __clzdi2(0x%llX) = %d, expected %d\n", a, x, expected);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 20 extern si_int __clzdi2(di_int);
Runtime.def 105 DEF_LLVM_RUNTIME(__clzdi2)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 122 si_int __clzdi2(di_int a); // count leading zeros
249 assert(__clzdi2(1) == 63);

Completed in 73 milliseconds