OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cmpdi2
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/libbcc/runtime/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",
/frameworks/compile/libbcc/runtime/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
apple_versioning.c
51
NOT_HERE_BEFORE_10_6(
__cmpdi2
)
/external/llvm/lib/Support/
SearchForAddressOfSpecialSymbol.cpp
33
EXPLICIT_SYMBOL(
__cmpdi2
);
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
27
EXPLICIT_SYMBOL(
__cmpdi2
)
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
22
extern si_int
__cmpdi2
(di_int, di_int);
Runtime.def
107
DEF_LLVM_RUNTIME(
__cmpdi2
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
165
si_int
__cmpdi2
(di_int a, di_int b);
274
assert(
__cmpdi2
(3, 2) == 2);
/external/llvm/
configure
[
all
...]
Completed in 138 milliseconds