HomeSort by: relevance | last modified time | path
    Searched defs:__clzdi2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
clzdi2.c 1 /* ===-- 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 in typeref:typename:COMPILER_RT_ABI si_int
clzdi2.c 1 /* ===-- 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 in typeref:typename:COMPILER_RT_ABI si_int
clzdi2.c 1 /* ===-- 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 in typeref:typename:COMPILER_RT_ABI si_int

Completed in 31 milliseconds