Searched refs:has_mmx_ (Results 1 – 2 of 2) sorted by relevance
41 bool has_mmx() const { return has_mmx_; } in has_mmx()70 bool has_mmx_; variable
39 has_mmx_(false), in CPU()170 has_mmx_ = (cpu_info[3] & 0x00800000) != 0; in Initialize()