Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/runtime/test/Unit/
Dcmpdi2_test.c21 si_int __cmpdi2(di_int a, di_int b);
25 si_int x = __cmpdi2(a, b); in test__cmpdi2()
/frameworks/compile/libbcc/runtime/lib/
Dcmpdi2.c23 __cmpdi2(di_int a, di_int b) in __cmpdi2() function
Dapple_versioning.c51 NOT_HERE_BEFORE_10_6(__cmpdi2)
/frameworks/compile/libbcc/lib/ExecutionEngine/
DRuntimeStub.h22 extern si_int __cmpdi2(di_int, di_int);
DRuntime.def107 DEF_LLVM_RUNTIME(__cmpdi2)
/frameworks/compile/libbcc/runtime/
DRuntimeDoc.rst25__cmpdi2 : int (long a, long b) // Signed comparison of a and b. (if a < b th…
DREADME.txt109 si_int __cmpdi2 (di_int a, di_int b);