Searched refs:__ucmpdi2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
H A Ducmpdi2_test.c1 //===-- ucmpdi2_test.c - Test __ucmpdi2 -----------------------------------===//
10 // This file tests __ucmpdi2 for the compiler_rt library.
21 si_int __ucmpdi2(du_int a, du_int b);
25 si_int x = __ucmpdi2(a, b);
27 printf("error in __ucmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",
/frameworks/compile/libbcc/runtime/lib/
H A Ducmpdi2.c1 /* ===-- ucmpdi2.c - Implement __ucmpdi2 -----------------------------------===
10 * This file implements __ucmpdi2 for the compiler_rt library.
23 __ucmpdi2(du_int a, du_int b) function
H A Dapple_versioning.c128 NOT_HERE_BEFORE_10_6(__ucmpdi2)
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DBCCRuntimeStub.h73 extern si_int __ucmpdi2(du_int, du_int);
H A DBCCRuntime.def233 DEF_LLVM_RUNTIME(__ucmpdi2)

Completed in 838 milliseconds