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

  /external/compiler-rt/test/Unit/
ashrdi3_test.c 1 //===-- ashrdi3_test.c - Test __ashrdi3 -----------------------------------===//
10 // This file tests __ashrdi3 for the compiler_rt library.
21 di_int __ashrdi3(di_int a, si_int b);
25 di_int x = __ashrdi3(a, b);
27 printf("error in __ashrdi3: %llX >> %d = %llX, expected %llX\n",
28 a, b, __ashrdi3(a, b), expected);
  /frameworks/compile/libbcc/runtime/test/Unit/
ashrdi3_test.c 1 //===-- ashrdi3_test.c - Test __ashrdi3 -----------------------------------===//
10 // This file tests __ashrdi3 for the compiler_rt library.
21 di_int __ashrdi3(di_int a, si_int b);
25 di_int x = __ashrdi3(a, b);
27 printf("error in __ashrdi3: %llX >> %d = %llX, expected %llX\n",
28 a, b, __ashrdi3(a, b), expected);
  /external/compiler-rt/lib/i386/
ashrdi3.S 6 // di_int __ashrdi3(di_int input, int count);
13 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
49 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
  /frameworks/compile/libbcc/runtime/lib/
ashrdi3.c 1 /*===-- ashrdi3.c - Implement __ashrdi3 -----------------------------------===
10 * This file implements __ashrdi3 for the compiler_rt library.
22 __ashrdi3(di_int a, si_int b) function
apple_versioning.c 45 NOT_HERE_BEFORE_10_6(__ashrdi3)
  /frameworks/compile/libbcc/runtime/lib/i386/
ashrdi3.S 6 // di_int __ashrdi3(di_int input, int count);
13 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
49 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
  /external/compiler-rt/lib/
ashrdi3.c 1 /*===-- ashrdi3.c - Implement __ashrdi3 -----------------------------------===
10 * This file implements __ashrdi3 for the compiler_rt library.
24 __ashrdi3(di_int a, si_int b) function
apple_versioning.c 45 NOT_HERE_BEFORE_10_6(__ashrdi3)
172 NOT_HERE_UNTIL_AFTER_4_3(__ashrdi3)
  /external/compiler-rt/test/timing/
ashrdi3.c 6 #define FUNCTION_NAME __ashrdi3
  /frameworks/compile/libbcc/runtime/test/timing/
ashrdi3.c 6 #define FUNCTION_NAME __ashrdi3
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 24 EXPLICIT_SYMBOL(__ashrdi3)
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Runtime.def 97 DEF_LLVM_RUNTIME(__ashrdi3)
100 DEF_GENERIC_RUNTIME(__ashrdi3)
RuntimeStub.h 18 extern di_int __ashrdi3(di_int, si_int);
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 118 di_int __ashrdi3(di_int a, si_int b); // a >> b arithmetic (sign fill)
246 assert(__ashrdi3(2, 1) == 1);
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 969 milliseconds