Searched refs:__divdi3 (Results 1 – 18 of 18) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | divdi3_test.c | 19 di_int __divdi3(di_int a, di_int b); 23 di_int x = __divdi3(a, b); in test__divdi3()
|
/external/compiler-rt/lib/builtins/ |
D | divmoddi4.c | 22 di_int d = __divdi3(a,b); in __divmoddi4()
|
D | divdi3.c | 20 __divdi3(di_int a, di_int b) in __divdi3() function
|
D | int_lib.h | 65 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b);
|
D | apple_versioning.c | 66 NOT_HERE_BEFORE_10_6(__divdi3) 242 NOT_HERE_UNTIL_AFTER_4_3(__divdi3)
|
D | README.txt | 69 di_int __divdi3 (di_int a, di_int b); // a / b signed
|
/external/compiler-rt/lib/builtins/i386/ |
D | divdi3.S | 23 DEFINE_COMPILERRT_FUNCTION(__divdi3) 160 END_COMPILERRT_FUNCTION(__divdi3)
|
/external/compiler-rt/test/builtins/timing/ |
D | divdi3.c | 6 #define FUNCTION_NAME __divdi3
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 30 EXPLICIT_SYMBOL(__divdi3)
|
/external/llvm/test/CodeGen/Mips/ |
D | divrem.ll | 233 ; ACC32: lw $25, %call16(__divdi3)( 328 ; ACC32: lw $25, %call16(__divdi3)(
|
/external/valgrind/main/coregrind/ |
D | m_main.c | 3526 Long __divdi3 (Long u, Long v); 3527 Long __divdi3 (Long u, Long v) in __divdi3() function 3543 Long q = __divdi3(u, v); in __moddi3()
|
/external/libunwind/ |
D | NEWS | 67 unresolved reference to __divdi3. This is undesirable since it
|
/external/llvm/cmake/ |
D | config-ix.cmake | 198 check_function_exists(__divdi3 HAVE___DIVDI3)
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 414 /* Have host's __divdi3 */
|
D | config.h.cmake | 429 /* Have host's __divdi3 */
|
/external/llvm/autoconf/ |
D | configure.ac | 1744 AC_CHECK_LIB(gcc,__divdi3,AC_DEFINE([HAVE___DIVDI3],[1],[Have host's __divdi3]))
|
/external/llvm/patches/ |
D | 0002-Add-basic-Android-configuration.patch | 726 +/* Have host's __divdi3 */ 1700 +/* Have host's __divdi3 */
|
/external/llvm/ |
D | configure | 16713 char __divdi3 (); 16717 return __divdi3 ();
|