Home
last modified time | relevance | path

Searched refs:__cmpdi2 (Results 1 – 17 of 17) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Dcmpdi2_test.c21 COMPILER_RT_ABI si_int __cmpdi2(di_int a, di_int b);
25 si_int x = __cmpdi2(a, b); in test__cmpdi2()
/external/compiler-rt/lib/builtins/
Dcmpdi2.c23 __cmpdi2(di_int a, di_int b) in __cmpdi2() function
48 return __cmpdi2(a, b) - 1; in __aeabi_lcmp()
Dapple_versioning.c60 NOT_HERE_BEFORE_10_6(__cmpdi2)
236 NOT_HERE_UNTIL_AFTER_4_3(__cmpdi2)
DREADME.txt122 si_int __cmpdi2 (di_int a, di_int b);
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dexplicit_symbols.inc27 EXPLICIT_SYMBOL(__cmpdi2)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc33 EXPLICIT_SYMBOL(__cmpdi2)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc33 EXPLICIT_SYMBOL(__cmpdi2)
/external/u-boot/arch/nios2/lib/
Dlibgcc.c130 __cmpdi2 (DWtype a, DWtype b) in __cmpdi2() function
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake176 check_function_exists(__cmpdi2 HAVE___CMPDI2)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Config/
Dconfig.h.cmake253 /* Have host's __cmpdi2 */
/external/llvm/cmake/
Dconfig-ix.cmake232 check_function_exists(__cmpdi2 HAVE___CMPDI2)
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/
Dconfig-ix.cmake238 check_function_exists(__cmpdi2 HAVE___CMPDI2)
/external/llvm/include/llvm/Config/
Dconfig.h.cmake373 /* Have host's __cmpdi2 */
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h.in498 /* Have host's __cmpdi2 */
Dconfig.h.cmake500 /* Have host's __cmpdi2 */
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac1314 AC_CHECK_LIB(gcc,__cmpdi2,AC_DEFINE([HAVE___CMPDI2],[1],[Have host's __cmpdi2]))
/external/swiftshader/third_party/LLVM/
Dconfigure17326 char __cmpdi2 ();
17330 return __cmpdi2 ();