OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cmpdi2
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/
cmpdi2.c
1
/* ===-- cmpdi2.c - Implement
__cmpdi2
-------------------------------------===
10
* This file implements
__cmpdi2
for the compiler_rt library.
23
__cmpdi2
(di_int a, di_int b)
function
48
return
__cmpdi2
(a, b) - 1;
apple_versioning.c
59
NOT_HERE_BEFORE_10_6(
__cmpdi2
)
235
NOT_HERE_UNTIL_AFTER_4_3(
__cmpdi2
)
/external/compiler-rt/test/Unit/
cmpdi2_test.c
1
//===-- cmpdi2_test.c - Test
__cmpdi2
-------------------------------------===//
10
// This file tests
__cmpdi2
for the compiler_rt library.
21
si_int
__cmpdi2
(di_int a, di_int b);
25
si_int x =
__cmpdi2
(a, b);
27
printf("error in
__cmpdi2
(0x%llX, 0x%llX) = %d, expected %d\n",
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
27
EXPLICIT_SYMBOL(
__cmpdi2
)
/external/llvm/
configure
[
all
...]
/external/llvm/projects/sample/
configure
[
all
...]
Completed in 132 milliseconds