HomeSort by relevance Sort by last modified time
    Searched full:__ashldi3 (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/compiler-rt/lib/builtins/i386/
ashldi3.S 6 // di_int __ashldi3(di_int input, int count);
20 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
34 END_COMPILERRT_FUNCTION(__ashldi3)
40 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
55 END_COMPILERRT_FUNCTION(__ashldi3)
  /external/compiler-rt/test/builtins/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);
  /external/compiler-rt/lib/builtins/
ashldi3.c 1 /* ====-- ashldi3.c - Implement __ashldi3 -----------------------------------===
10 * This file implements __ashldi3 for the compiler_rt library.
24 __ashldi3(di_int a, si_int b)
apple_versioning.c 52 NOT_HERE_BEFORE_10_6(__ashldi3)
230 NOT_HERE_UNTIL_AFTER_4_3(__ashldi3)
README.txt 33 di_int __ashldi3(di_int a, si_int b); // a << b
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 21 EXPLICIT_SYMBOL(__ashldi3)
  /external/compiler-rt/test/builtins/timing/
ashldi3.c 6 #define FUNCTION_NAME __ashldi3
  /external/llvm/test/CodeGen/X86/
2007-10-16-CoalescerCrash.ll 3 define i64 @__ashldi3(i64 %u, i64 %b) {
  /ndk/build/tools/unwanted-symbols/mips/
libgcc.a.functions.txt 7 __ashldi3
  /ndk/build/tools/unwanted-symbols/x86/
libgcc.a.functions.txt 7 __ashldi3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libgcc_s.so 
libgcc_s.so.1 
  /development/ndk/platforms/android-L/arch-arm/symbols/
libc.so.functions.txt 103 __ashldi3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libgcc_s.so 
libgcc_s.so.1 
  /ndk/build/tools/unwanted-symbols/arm/
libgcc.a.functions.txt 79 __ashldi3
  /external/llvm/cmake/
config-ix.cmake 196 check_function_exists(__ashldi3 HAVE___ASHLDI3)
  /external/llvm/include/llvm/Config/
config.h.cmake 417 /* Have host's __ashldi3 */
config.h.in 402 /* Have host's __ashldi3 */
  /prebuilts/ndk/6/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/6/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /prebuilts/ndk/7/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/7/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /external/llvm/device/include/llvm/Config/
config.h 492 /* Have host's __ashldi3 */
  /external/llvm/host/include/llvm/Config/
config.h 520 /* Have host's __ashldi3 */

Completed in 1133 milliseconds

1 2 3 4