OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__lshrdi3
(Results
1 - 11
of
11
) sorted by null
/frameworks/compile/libbcc/runtime/lib/i386/
lshrdi3.S
6
// di_int
__lshrdi3
(di_int input, int count);
20
DEFINE_COMPILERRT_FUNCTION(
__lshrdi3
)
39
DEFINE_COMPILERRT_FUNCTION(
__lshrdi3
)
/frameworks/compile/libbcc/runtime/test/Unit/
lshrdi3_test.c
1
//===-- lshrdi3_test.c - Test
__lshrdi3
-----------------------------------===//
10
// This file tests
__lshrdi3
for the compiler_rt library.
21
di_int
__lshrdi3
(di_int a, si_int b);
25
di_int x =
__lshrdi3
(a, b);
27
printf("error in
__lshrdi3
: %llX >> %d = %llX, expected %llX\n",
28
a, b,
__lshrdi3
(a, b), expected);
/external/llvm/lib/Support/
SearchForAddressOfSpecialSymbol.cpp
41
EXPLICIT_SYMBOL(
__lshrdi3
);