Searched refs:has_mmx_ (Results 1 – 2 of 2) sorted by relevance
88 bool has_mmx() const { return has_mmx_; } in has_mmx()155 bool has_mmx_; variable
423 has_mmx_(false), in CPU()492 has_mmx_ = (cpu_info[3] & 0x00800000) != 0; in CPU()