Searched refs:has_mmx (Results 1 – 7 of 7) sorted by relevance
361 util_cpu_caps.has_mmx = (regs2[3] >> 23) & 1; /* 0x0800000 */ in util_cpu_detect()402 util_cpu_caps.has_mmx |= (regs2[3] >> 23) & 1; in util_cpu_detect()437 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx); in util_cpu_detect()
57 unsigned has_mmx:1; member
68 unsigned has_mmx:1; member
611 util_cpu_caps.has_mmx = (regs2[3] >> 23) & 1; /* 0x0800000 */ in util_cpu_detect_once()670 util_cpu_caps.has_mmx |= (regs2[3] >> 23) & 1; in util_cpu_detect_once()714 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx); in util_cpu_detect_once()
41 bool has_mmx() const { return has_mmx_; } in has_mmx() function
25 ASSERT_TRUE(cpu.has_mmx()); in TEST()
2155 if(util_cpu_caps.has_mmx) in x86_init_func_common()