Searched refs:opcode_handler (Results 1 – 1 of 1) sorted by relevance
232 void (*opcode_handler)(m68k_info *info); /* handler function */ member3806 for(ostruct = g_opcode_info;ostruct->opcode_handler != 0;ostruct++) in build_opcode_table()3815 for(ostruct = g_opcode_info;ostruct->opcode_handler != 0;ostruct++) { in build_opcode_table()3819 if ((ostruct->opcode_handler == d68000_move_8 || in build_opcode_table()3820 ostruct->opcode_handler == d68000_move_16 || in build_opcode_table()3821 ostruct->opcode_handler == d68000_move_32) && in build_opcode_table()3825 g_instruction_table[i].instruction = ostruct->opcode_handler; in build_opcode_table()