Searched refs:_lzcnt_u32 (Results 1 – 3 of 3) sorted by relevance
63 _lzcnt_u32(unsigned int __X) in _lzcnt_u32() function
369 return _lzcnt_u32(val)^31; in ZSTD_highbit32()
146 return _lzcnt_u32(val) ^ 31; in BIT_highbit32()