Searched refs:has_bmi1_ (Results 1 – 2 of 2) sorted by relevance
97 bool has_bmi1() const { return has_bmi1_; } in has_bmi1()146 bool has_bmi1_; variable
327 has_bmi1_(false), in CPU()400 has_bmi1_ = (cpu_info[1] & 0x00000008) != 0; in CPU()