Searched refs:has_mmx (Results 1 – 6 of 6) sorted by relevance
360 util_cpu_caps.has_mmx = (regs2[3] >> 23) & 1; /* 0x0800000 */ in util_cpu_detect()419 util_cpu_caps.has_mmx |= (regs2[3] >> 23) & 1; in util_cpu_detect()458 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx); in util_cpu_detect()
57 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()
87 bool has_mmx() const { return has_mmx_; } in has_mmx() function
2155 if(util_cpu_caps.has_mmx) in x86_init_func_common()