/external/compiler-rt/test/Unit/ |
moddi3_test.c | 1 //===-- moddi3_test.c - Test __moddi3 -------------------------------------===// 10 // This file tests __moddi3 for the compiler_rt library. 19 di_int __moddi3(di_int a, di_int b); 23 di_int x = __moddi3(a, b); 25 printf("error in __moddi3: %lld %% %lld = %lld, expected %lld\n",
|
/external/compiler-rt/lib/ |
moddi3.c | 1 /*===-- moddi3.c - Implement __moddi3 -------------------------------------=== 10 * This file implements __moddi3 for the compiler_rt library. 22 __moddi3(di_int a, di_int b) function
|
apple_versioning.c | 107 NOT_HERE_BEFORE_10_6(__moddi3) 294 NOT_HERE_UNTIL_AFTER_4_3(__moddi3)
|
/external/llvm/lib/Support/Windows/ |
explicit_symbols.inc | 54 EXPLICIT_SYMBOL(__moddi3)
|
/dalvik/vm/compiler/codegen/mips/ |
CalloutHelper.h | 61 extern "C" long long __moddi3(long long op1, long long op2);
|
CodegenDriver.cpp | 769 callTgt = (void*)__moddi3; [all...] |
/external/compiler-rt/test/timing/ |
moddi3.c | 6 #define FUNCTION_NAME __moddi3
|
/external/compiler-rt/lib/i386/ |
moddi3.S | 6 // di_int __moddi3(di_int a, di_int b); 24 DEFINE_COMPILERRT_FUNCTION(__moddi3)
|
/art/runtime/arch/mips/ |
entrypoints_init_mips.cc | 105 extern "C" int64_t __moddi3(int64_t, int64_t);
|
/external/valgrind/main/coregrind/ |
m_main.c | 3434 Long __moddi3 (Long u, Long v) function [all...] |
/dalvik/vm/compiler/codegen/x86/ |
LowerHelper.cpp | 51 extern "C" int64_t __moddi3(int64_t, int64_t); [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-mips.S | [all...] |
InterpAsm-x86.S | [all...] |
/external/llvm/ |
configure | [all...] |
/external/llvm/projects/sample/ |
configure | [all...] |