Home
last modified time | relevance | path

Searched refs:__moddi3 (Results 1 – 25 of 26) sorted by relevance

12

/external/compiler-rt/test/builtins/Unit/
Dmoddi3_test.c19 COMPILER_RT_ABI di_int __moddi3(di_int a, di_int b);
23 di_int x = __moddi3(a, b); in test__moddi3()
/external/compiler-rt/lib/builtins/i386/
Dmoddi3.S24 DEFINE_COMPILERRT_FUNCTION(__moddi3)
164 END_COMPILERRT_FUNCTION(__moddi3)
/external/syslinux/gpxe/src/libgcc/
D__moddi3.c7 __libgcc int64_t __moddi3(int64_t num, int64_t den) in __moddi3() function
Dlibgcc.h12 extern __libgcc int64_t __moddi3 ( int64_t num, int64_t den );
/external/syslinux/com32/lib/libgcc/
D__moddi3.c10 int64_t __moddi3(int64_t num, int64_t den) in __moddi3() function
/external/compiler-rt/lib/builtins/
Dmoddi3.c20 __moddi3(di_int a, di_int b) in __moddi3() function
Dapple_versioning.c108 NOT_HERE_BEFORE_10_6(__moddi3)
295 NOT_HERE_UNTIL_AFTER_4_3(__moddi3)
DREADME.txt75 di_int __moddi3 (di_int a, di_int b); // a % b signed
/external/llvm/test/CodeGen/ARM/
Ddiv.ll72 ; CHECK-SWDIV: __moddi3
74 ; CHECK-HWDIV: __moddi3
Ddivmod-eabi.ll96 ; DARWIN: __moddi3
/external/compiler-rt/test/builtins/timing/
Dmoddi3.c6 #define FUNCTION_NAME __moddi3
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dexplicit_symbols.inc54 EXPLICIT_SYMBOL(__moddi3)
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.def47 X(srem_i64, "__moddi3") \
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc60 EXPLICIT_SYMBOL(__moddi3)
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dsrem.ll156 ; GP32: lw $25, %call16(__moddi3)($gp)
165 ; MM32: lw $25, %call16(__moddi3)($2)
/external/syslinux/mk/
Dlib.mk132 libgcc/__divdi3.o libgcc/__moddi3.o
201 libgcc/__divdi3.o libgcc/__moddi3.o \
/external/llvm/test/CodeGen/Mips/
Ddivrem.ll256 ; ACC32: lw $25, %call16(__moddi3)(
326 ; ACC32: lw $25, %call16(__moddi3)(
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake171 check_function_exists(__moddi3 HAVE___MODDI3)
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
D64bit.pnacl.ll508 ; CHECK: call {{.*}} R_{{.*}} __moddi3
511 ; OPTM1: call {{.*}} R_{{.*}} __moddi3
516 ; ARM32: bl {{.*}} __moddi3
519 ; MIPS32: jal {{.*}} __moddi3
/external/valgrind/coregrind/
Dm_main.c3441 Long __moddi3 (Long u, Long v);
3442 Long __moddi3 (Long u, Long v) in __moddi3() function
/external/llvm/cmake/
Dconfig-ix.cmake227 check_function_exists(__moddi3 HAVE___MODDI3)
/external/llvm/include/llvm/Config/
Dconfig.h.cmake397 /* Have host's __moddi3 */
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h.in522 /* Have host's __moddi3 */
Dconfig.h.cmake524 /* Have host's __moddi3 */
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac1309 AC_CHECK_LIB(gcc,__moddi3,AC_DEFINE([HAVE___MODDI3],[1],[Have host's __moddi3]))

12