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