Searched refs:has_sahf (Results 1 – 3 of 3) sorted by relevance
86 bool has_sahf() const { return has_sahf_; } in has_sahf() function
382 has_sahf_ = features.x86.has_sahf; in StarboardDetectCPU()
89 if (cpu.has_sahf() && FLAG_enable_sahf) supported_ |= 1u << SAHF; in ProbeImpl()