Searched refs:has_mmx (Results 1 – 5 of 5) sorted by relevance
15 EXPECT_TRUE(!cpu.has_sse() || cpu.has_mmx()); in TEST()42 EXPECT_TRUE(cpu.has_mmx()); in TEST()
64 bool has_mmx() const { return has_mmx_; } in has_mmx() function
274 util_cpu_caps.has_mmx = (regs2[3] >> 23) & 1; /* 0x0800000 */ in util_cpu_detect()295 util_cpu_caps.has_mmx |= (regs2[3] >> 23) & 1; in util_cpu_detect()327 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx); in util_cpu_detect()
56 unsigned has_mmx:1; member
2154 if(util_cpu_caps.has_mmx) in x86_init_func_common()