Searched refs:__builtin_ctzll (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dffsti2.c32 return __builtin_ctzll(x.s.high) + (1 + sizeof(di_int) * CHAR_BIT);
34 return __builtin_ctzll(x.s.low) + 1;
H A Dctzti2.c29 return __builtin_ctzll((x.s.high & f) | (x.s.low & ~f)) +
H A Dudivmodti4.c98 return n.s.high >> __builtin_ctzll(d.s.high);
135 sr = __builtin_ctzll(d.s.low);
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dsupport.h31 #define __builtin_ctzll(x) __cnttz8(x) macro
33 #define __builtin_ctzl(x) __builtin_ctzll(x)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dbmiintrin.h177 return __builtin_ctzll (__X);
183 return __builtin_ctzll (__X);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dbmiintrin.h177 return __builtin_ctzll (__X);
183 return __builtin_ctzll (__X);
/netbsd-current/external/public-domain/xz/dist/src/liblzma/common/
H A Dmemcmplen.h72 len += (uint32_t)__builtin_ctzll(x) >> 3;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dia32intrin.h102 return __builtin_ctzll(__A);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
H A Dsoftdivide.c108 const int power_of_two_factor = __builtin_ctzll (divisor);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhwint.h206 return __builtin_ctzll (x);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dia32intrin.h193 return __builtin_ctzll (__X);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhwint.h206 return __builtin_ctzll (x);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dia32intrin.h193 return __builtin_ctzll (__X);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/tilepro/
H A Dsoftdivide.c108 const int power_of_two_factor = __builtin_ctzll (divisor);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dlonglong.h135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X))
308 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzll (X))
523 #define count_trailing_zeros(count, x) ((count) = __builtin_ctzll (x))
603 # define count_trailing_zeros(count, x) ((count) = __builtin_ctzll (x))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMathExtras.h135 #if __has_builtin(__builtin_ctzll) || defined(__GNUC__)
136 return __builtin_ctzll(Val);
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dlonglong.h135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X))
308 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzll (X))
523 #define count_trailing_zeros(count, x) ((count) = __builtin_ctzll (x))
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dlonglong.h135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X))
308 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzll (X))
523 #define count_trailing_zeros(count, x) ((count) = __builtin_ctzll (x))
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dlonglong.h135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X))
308 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzll (X))
523 #define count_trailing_zeros(count, x) ((count) = __builtin_ctzll (x))
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dlonglong.h135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X))
308 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzll (X))
523 #define count_trailing_zeros(count, x) ((count) = __builtin_ctzll (x))
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dlonglong.h135 #define count_trailing_zeros(COUNT, X) ((COUNT) = __builtin_ctzll (X))
308 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzll (X))
523 #define count_trailing_zeros(count, x) ((count) = __builtin_ctzll (x))
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c401 return (__builtin_ctzll(val) >> 3);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common.h362 up = __builtin_ctzll(x);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h358 up = __builtin_ctzll(x);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h411 up = __builtin_ctzll(x);

Completed in 250 milliseconds

12