Searched refs:word_check (Results 1 – 1 of 1) sorted by relevance
228 static int instruction_is_valid(m68k_info *info, const unsigned int word_check);3835 static int instruction_is_valid(m68k_info *info, const unsigned int word_check) in instruction_is_valid() argument3840 if ( (i->word2_mask && ((word_check & i->word2_mask) != i->word2_match)) || in instruction_is_valid()