Lines Matching refs:cpu_flags
551 static bitfield cpu_flags[] = variable
1047 bitfield flags [ARRAY_SIZE (cpu_flags)]; in process_i386_cpu_flag()
1050 memcpy (flags, cpu_flags, sizeof (cpu_flags)); in process_i386_cpu_flag()
1356 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; in output_i386_opcode() local
1366 cpu_flags = next_field (str, ',', &str, last); in output_i386_opcode()
1453 process_i386_cpu_flag (table, cpu_flags, 0, ",", " ", lineno); in output_i386_opcode()
2039 for (i = 0; i < ARRAY_SIZE (cpu_flags); i++) in main()
2040 if (cpu_flags[i].position > cpumax) in main()
2041 cpumax = cpu_flags[i].position; in main()
2045 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 2); in main()
2050 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 1); in main()
2075 qsort (cpu_flags, ARRAY_SIZE (cpu_flags), sizeof (cpu_flags [0]), in main()