Searched refs:disas_proc (Results 1 – 1 of 1) sorted by relevance
182 typedef void (*disas_proc)(CPUM68KState *env, DisasContext *s, uint16_t insn); typedef5717 static disas_proc opcode_table[65536];5720 register_opcode (disas_proc proc, uint16_t opcode, uint16_t mask) in register_opcode()