Searched refs:has_bmi2 (Results 1 – 4 of 4) sorted by relevance
100 bool has_bmi2() const { return has_bmi2_; } in has_bmi2() function
393 has_bmi2_ = features.x86.has_bmi2; in StarboardDetectCPU()
152 if (cpu.has_bmi2() && FLAG_enable_bmi2) SetSupported(BMI2); in ProbeImpl()
108 if (cpu.has_bmi2() && FLAG_enable_bmi2) SetSupported(BMI2); in ProbeImpl()