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

  /frameworks/compile/libbcc/runtime/lib/i386/
ashldi3.S 6 // di_int __ashldi3(di_int input, int count);
20 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
39 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
  /frameworks/compile/libbcc/runtime/test/Unit/
ashldi3_test.c 1 //===-- ashldi3_test.c - Test __ashldi3 -----------------------------------===//
10 // This file tests __ashldi3 for the compiler_rt library.
21 di_int __ashldi3(di_int a, si_int b);
25 di_int x = __ashldi3(a, b);
27 printf("error in __ashldi3: %llX << %d = %llX, expected %llX\n",
28 a, b, __ashldi3(a, b), expected);
  /frameworks/compile/libbcc/runtime/lib/
ashldi3.c 1 /* ====-- ashldi3.c - Implement __ashldi3 -----------------------------------===
10 * This file implements __ashldi3 for the compiler_rt library.
22 __ashldi3(di_int a, si_int b) function
apple_versioning.c 43 NOT_HERE_BEFORE_10_6(__ashldi3)
  /frameworks/compile/libbcc/runtime/test/timing/
ashldi3.c 6 #define FUNCTION_NAME __ashldi3
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 21 EXPLICIT_SYMBOL(__ashldi3)
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 15 extern di_int __ashldi3(di_int, si_int);
Runtime.def 94 DEF_LLVM_RUNTIME(__ashldi3)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 117 di_int __ashldi3(di_int a, si_int b); // a << b
245 assert(__ashldi3(1, 1) == 2);
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 351 milliseconds