Searched refs:__clzdi2 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/lib2csrc-mculib/
H A D_clzdi2.c28 __clzdi2 (long long val) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nds32/lib2csrc-mculib/
H A D_clzdi2.c28 __clzdi2 (long long val) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dclzdi2.S1 /* ===-- clzdi2.c - Implement __clzdi2 -------------------------------------===
25 DEFINE_COMPILERRT_THUMB_FUNCTION(__clzdi2)
27 DEFINE_COMPILERRT_FUNCTION(__clzdi2)
97 END_COMPILERRT_FUNCTION(__clzdi2)
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dclzdi2_test.c1 //===-- clzdi2_test.c - Test __clzdi2 -------------------------------------===//
10 // This file tests __clzdi2 for the compiler_rt library.
21 si_int __clzdi2(di_int a);
25 si_int x = __clzdi2(a);
27 printf("error in __clzdi2(0x%llX) = %d, expected %d\n", a, x, expected);
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dclzdi2_test.c1 //===-- clzdi2_test.c - Test __clzdi2 -------------------------------------===//
10 // This file tests __clzdi2 for the compiler_rt library.
21 COMPILER_RT_ABI si_int __clzdi2(di_int a);
25 si_int x = __clzdi2(a);
27 printf("error in __clzdi2(0x%llX) = %d, expected %d\n", a, x, expected);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dclzdi2.c1 /* ===-- clzdi2.c - Implement __clzdi2 -------------------------------------===
10 * This file implements __clzdi2 for the compiler_rt library.
20 /* gcc resolves __builtin_clz -> __clzdi2 leading to infinite recursion */
28 __clzdi2(di_int a) function
/netbsd-current/common/lib/libc/arch/or1k/string/
H A Dclz.S48 ENTRY_NP(__clzdi2)
68 END(__clzdi2)

Completed in 208 milliseconds