Home
last modified time | relevance | path

Searched refs:_BitScanReverse (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/libc++/include/
H A Dbit112 if (_BitScanReverse(&__where, __x))
131 if (_BitScanReverse(&__where, static_cast<unsigned long>(__x >> 32)))
133 if (_BitScanReverse(&__where, static_cast<unsigned long>(__x)))
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerBuiltinsMsvc.h50 if (_BitScanReverse(&LeadZeroIdx, X)) return 31 - LeadZeroIdx; in Clz()
/freebsd-12.1/contrib/xz/src/common/
H A Dtuklib_integer.h397 _BitScanReverse((DWORD *)&i, n); in bsr32()
449 _BitScanReverse((DWORD *)&i, n); in clz32()
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dint_lib.h136 if (_BitScanReverse(&leading_zero, value)) in __builtin_clz()
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dbit_util.h122 _BitScanReverse(&ret, x); in lg_floor()
/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h249 _BitScanReverse(&r, val); in ZSTD_highbit32()
H A Dbitstream.h176 _BitScanReverse ( &r, val ); in BIT_highbit32()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMathExtras.h37 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
156 _BitScanReverse(&Index, Val);
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h342 unsigned char _BitScanReverse(unsigned long *index, unsigned long mask); // NOLINT
362 _BitScanReverse(&up, x); in MostSignificantSetBitIndex()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dintrin.h163 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltinsAArch64.def93 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", "intrin.h", ALL_MS_LANGUAGES, "")
H A DBuiltinsARM.def220 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", "intrin.h", ALL_MS_LANGUAGES, "")
H A DBuiltinsX86.def1877 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", "intrin.h", ALL_MS_LANGUAGES, "")
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h377 _BitScanReverse( &r, (unsigned long)val ); in ZSTD_NbCommonBytes()
/freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c151 _BitScanReverse( &r, (unsigned long)val ); in ZDICT_NbCommonBytes()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c346 _BitScanReverse( &r, (unsigned long)val ); in LZ4_NbCommonBytes()
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c346 _BitScanReverse ( &r, val ); in FSE_highbit32()
H A Dzstd_v03.c351 _BitScanReverse ( &r, val ); in BIT_highbit32()
H A Dzstd_v02.c348 _BitScanReverse ( &r, val ); in BIT_highbit32()
H A Dzstd_v04.c679 _BitScanReverse ( &r, val ); in BIT_highbit32()
H A Dzstd_v06.c858 _BitScanReverse ( &r, val ); in BITv06_highbit32()
H A Dzstd_v05.c754 _BitScanReverse ( &r, val ); in BITv05_highbit32()
H A Dzstd_v07.c530 _BitScanReverse ( &r, val ); in BITv07_highbit32()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp812 _BitScanReverse, enumerator
852 case MSVCIntrin::_BitScanReverse: { in EmitMSVCBuiltinExpr()
6308 return EmitMSVCBuiltinExpr(MSVCIntrin::_BitScanReverse, E); in EmitARMBuiltinExpr()
8907 return EmitMSVCBuiltinExpr(MSVCIntrin::_BitScanReverse, E); in EmitAArch64BuiltinExpr()
11409 return EmitMSVCBuiltinExpr(MSVCIntrin::_BitScanReverse, E); in EmitX86BuiltinExpr()