Home | History | Annotate | Download | only in mips

Lines Matching refs:FPU

55 // can be defined to enable FPU instructions when building the
60 answer |= 1u << FPU;
64 // If the compiler is allowed to use FPU then we can use FPU too in our code
68 answer |= 1u << FPU;
94 // If the compiler is allowed to use fpu then we can use fpu too in our
97 // For the simulator=mips build, use FPU when FLAG_enable_fpu is enabled.
99 supported_ |= 1u << FPU;
103 if (OS::MipsCpuHasFeature(FPU)) {
104 // This implementation also sets the FPU flags if
105 // runtime detection of FPU returns true.
106 supported_ |= 1u << FPU;
107 found_by_runtime_probing_ |= 1u << FPU;
886 ASSERT(CpuFeatures::IsEnabled(FPU));
900 ASSERT(CpuFeatures::IsEnabled(FPU));
913 ASSERT(CpuFeatures::IsEnabled(FPU));
948 ASSERT(CpuFeatures::IsEnabled(FPU));
1862 ASSERT(CpuFeatures::IsEnabled(FPU));
1873 ASSERT(CpuFeatures::IsEnabled(FPU));
1882 ASSERT(CpuFeatures::IsEnabled(FPU));
1890 ASSERT(CpuFeatures::IsEnabled(FPU));