Searched refs:CPU_IsSupported_CRC32 (Results 1 – 3 of 3) sorted by relevance
356 BoolInt CPU_IsSupported_CRC32() { return IsProcessorFeaturePresent(PF_ARM_V8_CRC32_INSTRUCTIONS_AV… in CPU_IsSupported_CRC32() function395 BoolInt CPU_IsSupported_CRC32(void) in CPU_IsSupported_CRC32() function
419 BoolInt CPU_IsSupported_CRC32(void);
303 if (CPU_IsSupported_CRC32()) in CrcGenerateTable()