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

  /frameworks/compile/libbcc/runtime/lib/
popcountdi2.c 1 /* ===-- popcountdi2.c - Implement __popcountdi2 ----------------------------===
10 * This file implements __popcountdi2 for the compiler_rt library.
20 __popcountdi2(di_int a) function
apple_versioning.c 118 NOT_HERE_BEFORE_10_6(__popcountdi2)
  /frameworks/compile/libbcc/runtime/test/Unit/
popcountdi2_test.c 1 //===-- popcountdi2_test.c - Test __popcountdi2 ----------------------------===//
10 // This file tests __popcountdi2 for the compiler_rt library.
20 si_int __popcountdi2(di_int a);
32 si_int x = __popcountdi2(a);
35 printf("error in __popcountdi2(0x%llX) = %d, expected %d\n",
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 69 extern si_int __popcountdi2(di_int);
Runtime.def 221 DEF_LLVM_RUNTIME(__popcountdi2)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 132 si_int __popcountdi2(di_int a); // bit population
256 assert(__popcountdi2(13) == 3);

Completed in 18 milliseconds