Home
last modified time | relevance | path

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

/external/cpuinfo/tools/
Disa-info.c68 printf("\tAVX512VPOPCNTDQ: %s\n", cpuinfo_has_x86_avx512vpopcntdq() ? "yes" : "no"); in main()
/external/cpuinfo/test/mock/
Dzenfone-2e.cc422 ASSERT_FALSE(cpuinfo_has_x86_avx512vpopcntdq()); in TEST()
Dzenfone-2.cc422 ASSERT_FALSE(cpuinfo_has_x86_avx512vpopcntdq()); in TEST()
Dzenfone-c.cc422 ASSERT_FALSE(cpuinfo_has_x86_avx512vpopcntdq()); in TEST()
Dmemo-pad-7.cc422 ASSERT_FALSE(cpuinfo_has_x86_avx512vpopcntdq()); in TEST()
Dleagoo-t5c.cc422 ASSERT_FALSE(cpuinfo_has_x86_avx512vpopcntdq()); in TEST()
Dalldocube-iwork8.cc422 ASSERT_FALSE(cpuinfo_has_x86_avx512vpopcntdq()); in TEST()
/external/cpuinfo/include/
Dcpuinfo.h1183 static inline bool cpuinfo_has_x86_avx512vpopcntdq(void) { in cpuinfo_has_x86_avx512vpopcntdq() function