Searched refs:_mm_crc32_u8 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/libkern/x86/
H A Dcrc32_sse42.c42 _mm_crc32_u8(uint32_t x, uint8_t y) function
238 crc0 = _mm_crc32_u8(crc0, *next);
373 crc0 = _mm_crc32_u8(crc0, *next);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h2359 _mm_crc32_u8(unsigned int __C, unsigned char __D) function

Completed in 279 milliseconds