Searched refs:has_sahf (Results 1 – 4 of 4) sorted by relevance
39 CHECK(cpu.has_sahf()); in TEST()
63 bool has_sahf() const { return has_sahf_; } in has_sahf() function
29 if (cpu.has_sahf() && FLAG_enable_sahf) supported_|= 1u << SAHF; in ProbeImpl()