Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:architecture

48  * NDK r5: Handle buggy kernels which report a CPU Architecture number of 7
52 * (VFPv3 is mandated by the ARM architecture is Neon is implemented)
462 // supported by ARMv8 CPUs, as mandated by the ARM Architecture Reference
555 * architecture.
560 long architecture = 0;
561 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
563 architecture = strtol(cpuArch, NULL, 10);
566 if (architecture >= 8L) {
569 // device's CPU supports, compared to its reference architecture
571 D("Faking 32-bit ARM HWCaps on ARMv%ld CPU\n", architecture);
705 /* Extract architecture from the "CPU Architecture" field.
713 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
731 * report an incorrect architecture number of 7!
746 D("CPU processor and architecture mismatch!!\n");
1086 * Technical note: Making sense of ARM's FPU architecture versions.
1088 * FPA was ARM's first attempt at an FPU architecture. There is no Android