Searched refs:__umoddi3 (Results 1 – 16 of 16) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | umoddi3_test.c | 19 du_int __umoddi3(du_int a, du_int b); 23 du_int r = __umoddi3(a, b); in test__umoddi3()
|
/external/compiler-rt/lib/builtins/i386/ |
D | umoddi3.S | 24 DEFINE_COMPILERRT_FUNCTION(__umoddi3) 124 END_COMPILERRT_FUNCTION(__umoddi3)
|
/external/compiler-rt/lib/builtins/ |
D | umoddi3.c | 20 __umoddi3(du_int a, du_int b) in __umoddi3() function
|
D | apple_versioning.c | 143 NOT_HERE_BEFORE_10_6(__umoddi3) 331 NOT_HERE_UNTIL_AFTER_4_3(__umoddi3)
|
D | README.txt | 78 du_int __umoddi3 (du_int a, du_int b); // a % b unsigned
|
/external/compiler-rt/test/builtins/timing/ |
D | umoddi3.c | 6 #define FUNCTION_NAME __umoddi3
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 66 EXPLICIT_SYMBOL(__umoddi3)
|
/external/llvm/test/CodeGen/Mips/ |
D | divrem.ll | 301 ; ACC32: lw $25, %call16(__umoddi3)( 361 ; ACC32: lw $25, %call16(__umoddi3)(
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | urem.ll | 131 ; GP32: lw $25, %call16(__umoddi3)($gp)
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 393 /* Have host's __umoddi3 */
|
D | config.h.cmake | 405 /* Have host's __umoddi3 */
|
/external/llvm/cmake/ |
D | config-ix.cmake | 203 check_function_exists(__umoddi3 HAVE___UMODDI3)
|
/external/valgrind/coregrind/ |
D | m_main.c | 3746 ULong __umoddi3 (ULong u, ULong v); 3747 ULong __umoddi3 (ULong u, ULong v) in __umoddi3() function
|
/external/llvm/autoconf/ |
D | configure.ac | 1889 AC_CHECK_LIB(gcc,__umoddi3,AC_DEFINE([HAVE___UMODDI3],[1],[Have host's __umoddi3]))
|
/external/llvm/patches/ |
D | 0002-Add-basic-Android-configuration.patch | 753 +/* Have host's __umoddi3 */ 1727 +/* Have host's __umoddi3 */
|
/external/llvm/ |
D | configure | 16546 char __umoddi3 (); 16550 return __umoddi3 ();
|