Home | History | Annotate | Download | only in mips64

Lines Matching refs:FPU

50 // can be defined to enable FPU instructions when building the
55 answer |= 1u << FPU;
58 // If the compiler is allowed to use FPU then we can use FPU too in our code
62 answer |= 1u << FPU;
97 // If the compiler is allowed to use fpu then we can use fpu too in our
100 // For the simulator build, use FPU.
101 supported_ |= 1u << FPU;
105 if (cpu.has_fpu()) supported_ |= 1u << FPU;