Searched refs:opcodes_mi (Results 1 – 1 of 1) sorted by relevance
238 } opcodes_mi[] = { in decode_mi() local265 for (opcode = 0; opcode < sizeof(opcodes_mi) / sizeof(opcodes_mi[0]); in decode_mi()267 if ((data[0] & 0x1f800000) >> 23 == opcodes_mi[opcode].opcode) { in decode_mi()269 if (opcodes_mi[opcode].max_len > 1) { in decode_mi()271 (data[0] & opcodes_mi[opcode].len_mask) + 2; in decode_mi()272 if (len < opcodes_mi[opcode].min_len in decode_mi()273 || len > opcodes_mi[opcode].max_len) { in decode_mi()276 len, opcodes_mi[opcode].name, in decode_mi()277 opcodes_mi[opcode].min_len, in decode_mi()278 opcodes_mi[opcode].max_len); in decode_mi()[all …]