Searched refs:isa_names_table (Results 1 – 8 of 8) sorted by relevance
814 for (i = 0; i < ARRAY_SIZE (isa_names_table); i++) in host_detect_local_cpu()815 if (isa_names_table[i].option) in host_detect_local_cpu()817 if (has_feature (isa_names_table[i].feature)) in host_detect_local_cpu()820 || isa_names_table[i].feature != FEATURE_UINTR) in host_detect_local_cpu()822 isa_names_table[i].option, NULL); in host_detect_local_cpu()826 isa_names_table[i].option + 2, NULL); in host_detect_local_cpu()
1940 = sizeof (isa_names_table) / sizeof (_isa_names_table); in get_builtin_code_for_version()2088 if (strcmp (token, isa_names_table[i].name) == 0) in get_builtin_code_for_version()2093 strlen (isa_names_table[i].name) + 1, in get_builtin_code_for_version()2094 isa_names_table[i].name); in get_builtin_code_for_version()2099 if (isa_names_table[i].priority > priority) in get_builtin_code_for_version()2100 priority = isa_names_table[i].priority; in get_builtin_code_for_version()2294 = sizeof (isa_names_table) / sizeof (struct _isa_names_table); in fold_builtin_cpu()2297 if (strcmp (isa_names_table[i].name, in fold_builtin_cpu()2308 unsigned feature = isa_names_table[i].feature; in fold_builtin_cpu()
1891 static const _isa_names_table isa_names_table[] = variable1954 = sizeof (isa_names_table) / sizeof (_isa_names_table); in get_builtin_code_for_version()2084 if (strcmp (token, isa_names_table[i].name) == 0) in get_builtin_code_for_version()2089 strlen (isa_names_table[i].name) + 1, in get_builtin_code_for_version()2090 isa_names_table[i].name); in get_builtin_code_for_version()2095 if (isa_names_table[i].priority > priority) in get_builtin_code_for_version()2096 priority = isa_names_table[i].priority; in get_builtin_code_for_version()2281 = sizeof (isa_names_table) / sizeof (struct _isa_names_table); in fold_builtin_cpu()2284 if (strcmp (isa_names_table[i].name, in fold_builtin_cpu()2295 if (isa_names_table[i].feature >= 32) in fold_builtin_cpu()[all …]
37 static const struct _isa_names_table isa_names_table[] = {
18775 (isa_names_table): Defined with ISA_NAMES_TABLE_START,18785 isa_names_table to generate command-line options.18789 (isa_names_table): Likewise.18839 (isa_names_table): Replace F_XXX with FEATURE_XXX.21671 (isa_names_table): Likewise.
24620 (static const _isa_names_table isa_names_table): Ditto.29298 (static const _isa_names_table isa_names_table): Ditto.30016 (isa_names_table): Likewise.30018 isa_names_table. Update error message for P_ZERO priority.
14255 (isa_names_table): Handle F_AVX512VBMI and F_AVX512IFMA.19702 and isa_names_table.22167 and isa_names_table.
5254 (isa_names_table): Handle new features.