Lines Matching refs:cpu_flags
308 /* This array is populated as process_i386_initializers() walks cpu_flags[]. */
320 static bitfield cpu_flags[] =
924 bitfield all [ARRAY_SIZE (cpu_flags)];
925 bitfield any [ARRAY_SIZE (cpu_flags)];
928 memcpy (all, cpu_flags, sizeof (cpu_flags));
929 memcpy (any, cpu_flags, sizeof (cpu_flags));
1131 unsigned int space, const char *cpu_flags)
1437 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS];
1448 /* Find cpu_flags. */
1449 cpu_flags = next_field (str, ',', &str, last);
1538 cpu_flags));
1540 process_i386_cpu_flag (table, cpu_flags, NULL, ",", " ", lineno, CpuMax);
2185 process_i386_cpu_flag (fp, "0", cpu_flags[i].name, "", " ", -1, i);
2221 process_i386_cpu_flag (fp, NULL, cpu_flags[i].name, "", " ", -1, i);
2297 /* cpu_flags isn't sorted by position. */
2299 for (i = 0; i < ARRAY_SIZE (cpu_flags); i++)
2300 if (cpu_flags[i].position > cpumax)
2301 cpumax = cpu_flags[i].position;
2305 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 2);
2310 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 1);
2345 qsort (cpu_flags, ARRAY_SIZE (cpu_flags), sizeof (cpu_flags [0]),