OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__clzsi2
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
clzsi2.S
1
/* ===-- clzsi2.c - Implement
__clzsi2
-------------------------------------===
24
DEFINE_COMPILERRT_THUMB_FUNCTION(
__clzsi2
)
26
DEFINE_COMPILERRT_FUNCTION(
__clzsi2
)
76
END_COMPILERRT_FUNCTION(
__clzsi2
)
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
clzdi2.c
21
#define __builtin_clz(a)
__clzsi2
(a)
22
extern si_int
__clzsi2
(si_int);
clzsi2.c
1
/* ===-- clzsi2.c - Implement
__clzsi2
-------------------------------------===
10
* This file implements
__clzsi2
for the compiler_rt library.
22
__clzsi2
(si_int a)
function in typeref:typename:COMPILER_RT_ABI si_int
/src/common/lib/libc/arch/or1k/string/
clz.S
35
ENTRY_NP(
__clzsi2
)
46
END(
__clzsi2
)
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
clzsi2_test.c
1
//===-- clzsi2_test.c - Test
__clzsi2
-------------------------------------===//
10
// This file tests
__clzsi2
for the compiler_rt library.
21
si_int
__clzsi2
(si_int a);
25
si_int x =
__clzsi2
(a);
27
printf("error in
__clzsi2
(0x%X) = %d, expected %d\n", a, x, expected);
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
clzsi2_test.c
1
//===-- clzsi2_test.c - Test
__clzsi2
-------------------------------------===//
10
// This file tests
__clzsi2
for the compiler_rt library.
21
COMPILER_RT_ABI si_int
__clzsi2
(si_int a);
25
si_int x =
__clzsi2
(a);
27
printf("error in
__clzsi2
(0x%X) = %d, expected %d\n", a, x, expected);
Completed in 42 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025