Searched refs:GetWindowsIsProcessorFeaturePresent (Results 1 – 8 of 8) sorted by relevance
30 extern bool GetWindowsIsProcessorFeaturePresent(DWORD);32 static bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function41 GetWindowsIsProcessorFeaturePresent(PF_XMMI_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()43 GetWindowsIsProcessorFeaturePresent(PF_XMMI64_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()45 GetWindowsIsProcessorFeaturePresent(PF_SSE3_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()47 GetWindowsIsProcessorFeaturePresent(PF_SSSE3_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()49 GetWindowsIsProcessorFeaturePresent(PF_SSE4_1_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()51 GetWindowsIsProcessorFeaturePresent(PF_SSE4_2_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()
93 extern bool GetWindowsIsProcessorFeaturePresent(DWORD);96 static bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function113 GetWindowsIsProcessorFeaturePresent(PF_ARM_VFP_32_REGISTERS_AVAILABLE); in GetAarch64Info()115 GetWindowsIsProcessorFeaturePresent(PF_ARM_NEON_INSTRUCTIONS_AVAILABLE); in GetAarch64Info()116 info.features.crc32 = GetWindowsIsProcessorFeaturePresent( in GetAarch64Info()119 GetWindowsIsProcessorFeaturePresent(PF_ARM_V82_DP_INSTRUCTIONS_AVAILABLE); in GetAarch64Info()120 info.features.jscvt = GetWindowsIsProcessorFeaturePresent( in GetAarch64Info()122 info.features.lrcpc = GetWindowsIsProcessorFeaturePresent( in GetAarch64Info()124 info.features.atomics = GetWindowsIsProcessorFeaturePresent( in GetAarch64Info()128 bool is_crypto_available = GetWindowsIsProcessorFeaturePresent( in GetAarch64Info()
30 bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpuAarch6460 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function61 return cpu().GetWindowsIsProcessorFeaturePresent(dwProcessorFeature); in GetWindowsIsProcessorFeaturePresent()
62 bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpu102 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function103 return cpu().GetWindowsIsProcessorFeaturePresent(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()
57 bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) {94 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function95 return cpu().GetWindowsIsProcessorFeaturePresent(dwProcessorFeature); in GetWindowsIsProcessorFeaturePresent()