Home
last modified time | relevance | path

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

/external/capstone/arch/M68K/
DM68KDisassembler.c243 uint word2_match; /* what to match after masking */ member
3827 g_instruction_table[i].word2_match = ostruct->match2; in build_opcode_table()
3840 if ( (i->word2_mask && ((word_check & i->word2_mask) != i->word2_match)) || in instruction_is_valid()