Home
last modified time | relevance | path

Searched refs:SetWindowsIsProcessorFeaturePresent (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/cpu_features/src/test/
H A Dcpuinfo_x86_test.cc66 void SetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in SetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpu
1201 cpu().SetWindowsIsProcessorFeaturePresent(PF_XMMI_INSTRUCTIONS_AVAILABLE); in TEST_F()
1202 cpu().SetWindowsIsProcessorFeaturePresent(PF_XMMI64_INSTRUCTIONS_AVAILABLE); in TEST_F()
1203 cpu().SetWindowsIsProcessorFeaturePresent(PF_SSE3_INSTRUCTIONS_AVAILABLE); in TEST_F()
1204 cpu().SetWindowsIsProcessorFeaturePresent(PF_SSSE3_INSTRUCTIONS_AVAILABLE); in TEST_F()
1205 cpu().SetWindowsIsProcessorFeaturePresent(PF_SSE4_1_INSTRUCTIONS_AVAILABLE); in TEST_F()
1206 cpu().SetWindowsIsProcessorFeaturePresent(PF_SSE4_2_INSTRUCTIONS_AVAILABLE); in TEST_F()
1280 cpu().SetWindowsIsProcessorFeaturePresent(PF_XMMI_INSTRUCTIONS_AVAILABLE); in TEST_F()
1281 cpu().SetWindowsIsProcessorFeaturePresent(PF_XMMI64_INSTRUCTIONS_AVAILABLE); in TEST_F()
1282 cpu().SetWindowsIsProcessorFeaturePresent(PF_SSE3_INSTRUCTIONS_AVAILABLE); in TEST_F()
[all …]
H A Dcpuinfo_aarch64_test.cc34 void SetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) { in SetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpuAarch64
253 cpu().SetWindowsIsProcessorFeaturePresent(PF_ARM_VFP_32_REGISTERS_AVAILABLE); in TEST_F()
254 cpu().SetWindowsIsProcessorFeaturePresent(PF_ARM_NEON_INSTRUCTIONS_AVAILABLE); in TEST_F()
255 cpu().SetWindowsIsProcessorFeaturePresent( in TEST_F()
/aosp_15_r20/external/cpu_features/test/
H A Dcpuinfo_x86_test.cc66 void SetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in SetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpu
1248 cpu().SetWindowsIsProcessorFeaturePresent(PF_XMMI_INSTRUCTIONS_AVAILABLE); in TEST_F()
1249 cpu().SetWindowsIsProcessorFeaturePresent(PF_XMMI64_INSTRUCTIONS_AVAILABLE); in TEST_F()
1250 cpu().SetWindowsIsProcessorFeaturePresent(PF_SSE3_INSTRUCTIONS_AVAILABLE); in TEST_F()
1251 cpu().SetWindowsIsProcessorFeaturePresent(PF_SSSE3_INSTRUCTIONS_AVAILABLE); in TEST_F()
1252 cpu().SetWindowsIsProcessorFeaturePresent(PF_SSE4_1_INSTRUCTIONS_AVAILABLE); in TEST_F()
1253 cpu().SetWindowsIsProcessorFeaturePresent(PF_SSE4_2_INSTRUCTIONS_AVAILABLE); in TEST_F()
1327 cpu().SetWindowsIsProcessorFeaturePresent(PF_XMMI_INSTRUCTIONS_AVAILABLE); in TEST_F()
1328 cpu().SetWindowsIsProcessorFeaturePresent(PF_XMMI64_INSTRUCTIONS_AVAILABLE); in TEST_F()
1329 cpu().SetWindowsIsProcessorFeaturePresent(PF_SSE3_INSTRUCTIONS_AVAILABLE); in TEST_F()
[all …]
H A Dcpuinfo_aarch64_test.cc61 void SetWindowsIsProcessorFeaturePresent(DWORD dwProcessorFeature) {
366 cpu().SetWindowsIsProcessorFeaturePresent(PF_ARM_VFP_32_REGISTERS_AVAILABLE); in TEST_F()
367 cpu().SetWindowsIsProcessorFeaturePresent(PF_ARM_NEON_INSTRUCTIONS_AVAILABLE); in TEST_F()
368 cpu().SetWindowsIsProcessorFeaturePresent( in TEST_F()