Lines Matching refs:bitfield
358 typedef struct bitfield struct
363 } bitfield; typedef
367 static bitfield cpu_flags[] =
456 static bitfield opcode_modifiers[] =
522 static bitfield operand_types[] =
584 const bitfield *xp = (const bitfield *) x; in compare()
585 const bitfield *yp = (const bitfield *) y; in compare()
679 set_bitfield (const char *f, bitfield *array, int value, in set_bitfield()
732 output_cpu_flags (FILE *table, bitfield *flags, unsigned int size, in output_cpu_flags()
765 bitfield flags [ARRAY_SIZE (cpu_flags)]; in process_i386_cpu_flag()
824 output_opcode_modifier (FILE *table, bitfield *modifier, unsigned int size) in output_opcode_modifier()
847 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; in process_i386_opcode_modifier()
867 output_operand_type (FILE *table, bitfield *types, unsigned int size, in output_operand_type()
898 bitfield types [ARRAY_SIZE (operand_types)]; in process_i386_operand_type()