Searched refs:opcodes_mi (Results 1 – 1 of 1) sorted by relevance
77 } opcodes_mi[] = { in decode_mi() local98 for (opcode = 0; opcode < sizeof(opcodes_mi) / sizeof(opcodes_mi[0]); in decode_mi()100 if ((data[0] & 0x1f800000) >> 23 == opcodes_mi[opcode].opcode) { in decode_mi()103 instr_out(data, hw_offset, 0, "%s\n", opcodes_mi[opcode].name); in decode_mi()104 if (opcodes_mi[opcode].max_len > 1) { in decode_mi()106 if (len < opcodes_mi[opcode].min_len || in decode_mi()107 len > opcodes_mi[opcode].max_len) in decode_mi()110 opcodes_mi[opcode].name); in decode_mi()116 BUFFER_FAIL(count, len, opcodes_mi[opcode].name); in decode_mi()