Searched refs:has_popcnt_ (Results 1 – 4 of 4) sorted by relevance
48 bool has_popcnt() const { return has_popcnt_; } in has_popcnt()77 bool has_popcnt_; variable
46 has_popcnt_(false), in CPU()177 has_popcnt_ = (cpu_info[2] & 0x00800000) != 0; in Initialize()
100 bool has_popcnt() const { return has_popcnt_; } in has_popcnt()149 bool has_popcnt_; variable
330 has_popcnt_(false), in CPU()375 has_popcnt_ = (cpu_info[2] & 0x00800000) != 0; in CPU()