Searched refs:CRC32B (Results 1 – 1 of 1) sorted by relevance
35 #define CRC32B(crc, value) __asm__("crc32b %w[c], %w[c], %w[v]":[c]"+r"(crc):[v]"r"(value)) macro60 CRC32B(crc, *p); in crc32_arm64_le_hw()