Lines Matching refs:opcode_struct

186 } opcode_struct;  typedef
224 int get_oper_cycles(opcode_struct* op, int ea_mode, int cpu_type);
225 opcode_struct* find_opcode(char* name, int size, char* spec_proc, char* spec_ea);
226 opcode_struct* find_illegal_opcode(void);
230 void get_base_name(char* base_name, opcode_struct* op);
232 void add_opcode_output_table_entry(opcode_struct* op, char* name);
235 void write_table_entry(FILE* filep, opcode_struct* op);
236 void set_opcode_struct(opcode_struct* src, opcode_struct* dst, int ea_mode);
237 void generate_opcode_handler(FILE* filep, body_struct* body, replace_struct* replace, opcode_struct
238 …ate_opcode_ea_variants(FILE* filep, body_struct* body, replace_struct* replace, opcode_struct* op);
239 …_cc_variants(FILE* filep, body_struct* body, replace_struct* replace, opcode_struct* op_in, int of…
263 opcode_struct g_opcode_input_table[MAX_OPCODE_INPUT_TABLE_LENGTH];
265 opcode_struct g_opcode_output_table[MAX_OPCODE_OUTPUT_TABLE_LENGTH];
613 int get_oper_cycles(opcode_struct* op, int ea_mode, int cpu_type) in get_oper_cycles()
656 opcode_struct* find_opcode(char* name, int size, char* spec_proc, char* spec_ea) in find_opcode()
658 opcode_struct* op; in find_opcode()
673 opcode_struct* find_illegal_opcode(void) in find_illegal_opcode()
675 opcode_struct* op; in find_illegal_opcode()
770 void get_base_name(char* base_name, opcode_struct* op) in get_base_name()
787 void add_opcode_output_table_entry(opcode_struct* op, char* name) in add_opcode_output_table_entry()
789 opcode_struct* ptr; in add_opcode_output_table_entry()
807 const opcode_struct *a = aptr, *b = bptr; in compare_nof_true_bits()
825 void write_table_entry(FILE* filep, opcode_struct* op) in write_table_entry()
843 void set_opcode_struct(opcode_struct* src, opcode_struct* dst, int ea_mode) in set_opcode_struct()
859 void generate_opcode_handler(FILE* filep, body_struct* body, replace_struct* replace, opcode_struct in generate_opcode_handler()
862 opcode_struct* op = malloc(sizeof(opcode_struct)); in generate_opcode_handler()
894 …rate_opcode_ea_variants(FILE* filep, body_struct* body, replace_struct* replace, opcode_struct* op) in generate_opcode_ea_variants()
949 …_cc_variants(FILE* filep, body_struct* body, replace_struct* replace, opcode_struct* op_in, int of… in generate_opcode_cc_variants()
955 opcode_struct* op = malloc(sizeof(opcode_struct)); in generate_opcode_cc_variants()
993 opcode_struct* opinfo; in process_opcode_handlers()
1062 opcode_struct* op; in populate_table()