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