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

  /external/compiler-rt/lib/builtins/i386/
lshrdi3.S 6 // di_int __lshrdi3(di_int input, int count);
20 DEFINE_COMPILERRT_FUNCTION(__lshrdi3)
34 END_COMPILERRT_FUNCTION(__lshrdi3)
40 DEFINE_COMPILERRT_FUNCTION(__lshrdi3)
56 END_COMPILERRT_FUNCTION(__lshrdi3)
  /external/compiler-rt/test/builtins/Unit/
lshrdi3_test.c 1 //===-- lshrdi3_test.c - Test __lshrdi3 -----------------------------------===//
10 // This file tests __lshrdi3 for the compiler_rt library.
21 di_int __lshrdi3(di_int a, si_int b);
25 di_int x = __lshrdi3(a, b);
27 printf("error in __lshrdi3: %llX >> %d = %llX, expected %llX\n",
28 a, b, __lshrdi3(a, b), expected);
  /external/compiler-rt/lib/builtins/
lshrdi3.c 1 /* ===-- lshrdi3.c - Implement __lshrdi3 -----------------------------------===
10 * This file implements __lshrdi3 for the compiler_rt library.
24 __lshrdi3(di_int a, si_int b)
apple_versioning.c 106 NOT_HERE_BEFORE_10_6(__lshrdi3)
290 NOT_HERE_UNTIL_AFTER_4_3(__lshrdi3)
  /external/compiler-rt/test/builtins/timing/
lshrdi3.c 6 #define FUNCTION_NAME __lshrdi3
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 51 EXPLICIT_SYMBOL(__lshrdi3)
  /external/llvm/
configure     [all...]

Completed in 60 milliseconds