Home
last modified time | relevance | path

Searched refs:opcode_handler (Results 1 – 1 of 1) sorted by relevance

/external/capstone/arch/M68K/
DM68KDisassembler.c232 void (*opcode_handler)(m68k_info *info); /* handler function */ member
3806 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()