Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/
H A 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()
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()
H A Dimpl_aarch64_windows.c93 extern bool GetWindowsIsProcessorFeaturePresent(DWORD);
96 static bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
113 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()
/aosp_15_r20/external/cpu_features/src/
H A 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()
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()
H A Dimpl_aarch64_windows.c93 extern bool GetWindowsIsProcessorFeaturePresent(DWORD);
96 static bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
113 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()
/aosp_15_r20/external/cronet/third_party/cpu_features/src/test/
H A Dcpuinfo_aarch64_test.cc30 bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpuAarch64
60 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
61 return cpu().GetWindowsIsProcessorFeaturePresent(dwProcessorFeature); in GetWindowsIsProcessorFeaturePresent()
H A 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()
/aosp_15_r20/external/cpu_features/test/
H A Dcpuinfo_aarch64_test.cc57 bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) {
94 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function
95 return cpu().GetWindowsIsProcessorFeaturePresent(dwProcessorFeature); in GetWindowsIsProcessorFeaturePresent()
H A 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()