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