Searched refs:cpuinfo_has_x86_mmx (Results 1 – 8 of 8) sorted by relevance
37 printf("\tMMX: %s\n", cpuinfo_has_x86_mmx() ? "yes" : "no"); in main()
294 ASSERT_TRUE(cpuinfo_has_x86_mmx()); in TEST()
855 static inline bool cpuinfo_has_x86_mmx(void) { in cpuinfo_has_x86_mmx() function