Searched refs:__ctzdi2 (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/compiler-rt/test/
H A Dctzdi2_test.c2 //===-- 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);
/barrelfish-master/lib/compiler-rt/builtins/
H A Dctzdi2.c1 //===-- ctzdi2.c - Implement __ctzdi2 -------------------------------------===//
9 // This file implements __ctzdi2 for the compiler_rt library.
21 // ctz instruction, gcc resolves __builtin_ctz to __ctzdi2 rather than
29 COMPILER_RT_ABI si_int __ctzdi2(di_int a) { function
H A Dapple_versioning.c57 NOT_HERE_BEFORE_10_6(__ctzdi2)
230 NOT_HERE_UNTIL_AFTER_4_3(__ctzdi2)

Completed in 35 milliseconds