Home
last modified time | relevance | path

Searched refs:__umoddi3 (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Dumoddi3_test.c19 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/
Dumoddi3.S24 DEFINE_COMPILERRT_FUNCTION(__umoddi3)
124 END_COMPILERRT_FUNCTION(__umoddi3)
/external/compiler-rt/lib/builtins/
Dumoddi3.c20 __umoddi3(du_int a, du_int b) in __umoddi3() function
Dapple_versioning.c143 NOT_HERE_BEFORE_10_6(__umoddi3)
331 NOT_HERE_UNTIL_AFTER_4_3(__umoddi3)
DREADME.txt78 du_int __umoddi3 (du_int a, du_int b); // a % b unsigned
/external/compiler-rt/test/builtins/timing/
Dumoddi3.c6 #define FUNCTION_NAME __umoddi3
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc66 EXPLICIT_SYMBOL(__umoddi3)
/external/llvm/test/CodeGen/Mips/
Ddivrem.ll301 ; ACC32: lw $25, %call16(__umoddi3)(
361 ; ACC32: lw $25, %call16(__umoddi3)(
/external/llvm/test/CodeGen/Mips/llvm-ir/
Durem.ll131 ; GP32: lw $25, %call16(__umoddi3)($gp)
/external/llvm/include/llvm/Config/
Dconfig.h.in393 /* Have host's __umoddi3 */
Dconfig.h.cmake405 /* Have host's __umoddi3 */
/external/llvm/cmake/
Dconfig-ix.cmake203 check_function_exists(__umoddi3 HAVE___UMODDI3)
/external/valgrind/coregrind/
Dm_main.c3746 ULong __umoddi3 (ULong u, ULong v);
3747 ULong __umoddi3 (ULong u, ULong v) in __umoddi3() function
/external/llvm/autoconf/
Dconfigure.ac1889 AC_CHECK_LIB(gcc,__umoddi3,AC_DEFINE([HAVE___UMODDI3],[1],[Have host's __umoddi3]))
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch753 +/* Have host's __umoddi3 */
1727 +/* Have host's __umoddi3 */
/external/llvm/
Dconfigure16546 char __umoddi3 ();
16550 return __umoddi3 ();