Home
last modified time | relevance | path

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

/aosp_15_r20/external/capstone/arch/M68K/
H A DM68KDisassembler.c251 static instruction_struct g_instruction_table[0x10000]; variable
3802 if (g_instruction_table[0].instruction != NULL) { in build_opcode_table()
3812 g_instruction_table[i].instruction = d68000_invalid; /* default to invalid, undecoded opcode */ in build_opcode_table()
3825 g_instruction_table[i].instruction = ostruct->opcode_handler; in build_opcode_table()
3826 g_instruction_table[i].word2_mask = ostruct->mask2; in build_opcode_table()
3827 g_instruction_table[i].word2_match = ostruct->match2; in build_opcode_table()
3838 instruction_struct *i = &g_instruction_table[instruction]; in instruction_is_valid()
4044 g_instruction_table[info->ir].instruction(info); in m68k_disassemble()