HomeSort by: relevance | last modified time | path
    Searched refs:__ctzdi2 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
ctzdi2_test.c 1 //===-- ctzdi2_test.c - Test __ctzdi2 -------------------------------------===//
10 // This file tests __ctzdi2 for the compiler_rt library.
21 si_int __ctzdi2(di_int a);
25 si_int x = __ctzdi2(a);
27 printf("error in __ctzdi2(0x%llX) = %d, expected %d\n", a, x, expected);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
ctzdi2_test.c 1 //===-- ctzdi2_test.c - Test __ctzdi2 -------------------------------------===//
10 // This file tests __ctzdi2 for the compiler_rt library.
21 COMPILER_RT_ABI si_int __ctzdi2(di_int a);
25 si_int x = __ctzdi2(a);
27 printf("error in __ctzdi2(0x%llX) = %d, expected %d\n", a, x, expected);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
ctzdi2.c 1 /* ===-- ctzdi2.c - Implement __ctzdi2 -------------------------------------===
10 * This file implements __ctzdi2 for the compiler_rt library.
20 /* gcc resolves __builtin_ctz -> __ctzdi2 leading to infinite recursion */
28 __ctzdi2(di_int a) function in typeref:typename:COMPILER_RT_ABI si_int
  /src/common/lib/libc/arch/or1k/string/
ctz.S 45 ENTRY_NP(__ctzdi2)
69 END(__ctzdi2)

Completed in 13 milliseconds