Searched refs:has_mmx (Results 1 – 7 of 7) sorted by relevance
15 EXPECT_TRUE(!cpu.has_sse() || cpu.has_mmx()); in TEST()44 EXPECT_TRUE(cpu.has_mmx()); in TEST()
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
42 bool has_mmx() const { return has_mmx_; } in has_mmx() function
25 ASSERT_TRUE(cpu.has_mmx()); in TEST()
82 bool has_mmx() const { return has_mmx_; } in has_mmx() function
2154 if(util_cpu_caps.has_mmx) in x86_init_func_common()