Searched refs:has_bmi2_ (Results 1 – 2 of 2) sorted by relevance
98 bool has_bmi2() const { return has_bmi2_; } in has_bmi2()147 bool has_bmi2_; variable
328 has_bmi2_(false), in CPU()401 has_bmi2_ = (cpu_info[1] & 0x00000100) != 0; in CPU()