Home
last modified time | relevance | path

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

/external/cpuinfo/tools/
Disa-info.c80 printf("\tCMPXCHG8B: %s\n", cpuinfo_has_x86_cmpxchg8b() ? "yes" : "no"); in main()
/external/cpuinfo/test/mock/
Dmemo-pad-7.cc454 ASSERT_TRUE(cpuinfo_has_x86_cmpxchg8b()); in TEST()
Dzenfone-2e.cc454 ASSERT_TRUE(cpuinfo_has_x86_cmpxchg8b()); in TEST()
Dzenfone-c.cc454 ASSERT_TRUE(cpuinfo_has_x86_cmpxchg8b()); in TEST()
Dzenfone-2.cc454 ASSERT_TRUE(cpuinfo_has_x86_cmpxchg8b()); in TEST()
Dalldocube-iwork8.cc454 ASSERT_TRUE(cpuinfo_has_x86_cmpxchg8b()); in TEST()
Dleagoo-t5c.cc454 ASSERT_TRUE(cpuinfo_has_x86_cmpxchg8b()); in TEST()
/external/cpuinfo/include/
Dcpuinfo.h1288 static inline bool cpuinfo_has_x86_cmpxchg8b(void) { in cpuinfo_has_x86_cmpxchg8b() function