Home
last modified time | relevance | path

Searched refs:GetWindowsIsProcessorFeaturePresent (Results 1 – 2 of 2) sorted by relevance

/external/cpu_features/src/
Dimpl_x86_windows.c30 extern bool GetWindowsIsProcessorFeaturePresent(DWORD);
32 static bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
41 GetWindowsIsProcessorFeaturePresent(PF_XMMI_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()
43 GetWindowsIsProcessorFeaturePresent(PF_XMMI64_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()
45 GetWindowsIsProcessorFeaturePresent(PF_SSE3_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()
/external/cpu_features/test/
Dcpuinfo_x86_test.cc62 bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpu
102 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
103 return cpu().GetWindowsIsProcessorFeaturePresent(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()