Lines Matching defs:cpu
38 #include "libavutil/cpu.h"
66 #include "libavutil/arm/cpu.h"
208 /* List of cpu flags to check */
262 int cpu;
465 /* Get the suffix of the specified cpu flag */
466 static const char *cpu_suffix(int cpu)
471 if (cpu & cpus[i].flag)
510 if (f->versions.cpu || f->versions.next) {
516 printf("%s_%s: %d.%d\n", f->name, cpu_suffix(v->cpu), decicycles/10, decicycles%10);
594 /* Perform tests and benchmarks for the specified cpu flag if supported by the host */
789 v->cpu = state.cpu_flag;
808 if (state.current_func_ver->cpu && state.current_func_ver->ok) {
812 fprintf(stderr, " %s_%s (", state.current_func->name, cpu_suffix(state.current_func_ver->cpu));