Searched refs:has_vfp3 (Results 1 – 3 of 3) sorted by relevance
25 EXPECT_TRUE(!cpu.has_vfp3_d32() || cpu.has_vfp3()); in TEST()
109 bool has_vfp3() const { return has_vfp3_; } in has_vfp3() function
112 if (FLAG_enable_vfp3 && cpu.has_vfp3()) { in ProbeImpl()