Home
last modified time | relevance | path

Searched refs:__lzcnt64 (Results 1 – 2 of 2) sorted by last modified time

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1057 LANGBUILTIN(__lzcnt64, "UWiUWi", "ncE", ALL_MS_LANGUAGES)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlzcntintrin.h81 #define __lzcnt64(X) __builtin_ia32_lzcnt_u64((unsigned long long)(X)) macro