Home | History | Annotate | Download | only in mips64

Lines Matching refs:CPU

40 #include "src/base/cpu.h"
48 // Get the CPU features enabled by the build. For cross compilation the
104 base::CPU cpu;
105 if (cpu.has_fpu()) supported_ |= 1u << FPU;