Home
last modified time | relevance | path

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

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