Searched refs:has_vfp3_d32 (Results 1 – 3 of 3) sorted by relevance
23 EXPECT_TRUE(!cpu.has_vfp3_d32() || cpu.has_vfp3()); in TEST()
78 bool has_vfp3_d32() const { return has_vfp3_d32_; } in has_vfp3_d32() function
126 if (FLAG_enable_32dregs && cpu.has_vfp3_d32()) supported_ |= 1u << VFP32DREGS; in ProbeImpl()