Lines Matching refs:CPU
41 #include "src/base/cpu.h"
48 // Get the CPU features enabled by the build. For cross compilation the
111 base::CPU cpu;
112 if (cpu.has_fpu()) supported_ |= 1u << FPU;
114 if (cpu.is_fp64_mode()) supported_ |= 1u << FP64FPU;
119 if (cpu.architecture() == 6) {
121 } else if (cpu.architecture() == 2) {
2613 // that lets the cpu pipeline prefetch the target address. However each