OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ucmpdi2
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/builtins/
ucmpdi2.c
1
/* ===-- ucmpdi2.c - Implement
__ucmpdi2
-----------------------------------===
10
* This file implements
__ucmpdi2
for the compiler_rt library.
23
__ucmpdi2
(du_int a, du_int b)
function
48
return
__ucmpdi2
(a, b) - 1;
apple_versioning.c
137
NOT_HERE_BEFORE_10_6(
__ucmpdi2
)
327
NOT_HERE_UNTIL_AFTER_4_3(
__ucmpdi2
)
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
ucmpdi2.c
67
__ucmpdi2
(UINT64 a, UINT64 b)
function
ucmpdi2.S
17
GCC_ASM_EXPORT(
__ucmpdi2
)
19
ASM_PFX(
__ucmpdi2
):
/external/compiler-rt/test/builtins/Unit/
ucmpdi2_test.c
1
//===-- ucmpdi2_test.c - Test
__ucmpdi2
-----------------------------------===//
10
// This file tests
__ucmpdi2
for the compiler_rt library.
21
COMPILER_RT_ABI 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",
Completed in 3253 milliseconds