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