Home
last modified time | relevance | path

Searched refs:__crc32cw (Results 1 – 9 of 9) sorted by relevance

/external/zlib/contrib/optimizations/
Dinsert_string.h30 #define __crc32cw __builtin_arm_crc32cw macro
32 #define __crc32cw __builtin_aarch64_crc32cw macro
43 #define _cpu_crc32_u32 __crc32cw
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_crc32.h31 # define CRC32_INTRINSIC FIRST_32_SECOND_64(__crc32cw, __crc32cd)
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dchecksum.h26 #define CRC32_INTRINSIC FIRST_32_SECOND_64(__crc32cw, __crc32cd)
/external/scudo/standalone/
Dchecksum.h26 #define CRC32_INTRINSIC FIRST_32_SECOND_64(__crc32cw, __crc32cd)
/external/clang/test/CodeGen/
Darm_acle.c355 return __crc32cw(a, b); in test_crc32cw()
/external/zlib/
Dcrc32_simd.c184 #define __crc32cw __builtin_arm_crc32cw macro
/external/clang/lib/Headers/
Darm_acle.h290 __crc32cw(uint32_t __a, uint32_t __b) { in __crc32cw() function
/external/llvm-project/clang/test/CodeGen/
Darm_acle.c773 return __crc32cw(a, b); in test_crc32cw()
/external/llvm-project/clang/lib/Headers/
Darm_acle.h624 __crc32cw(uint32_t __a, uint32_t __b) { in __crc32cw() function