Searched refs:opcode_index (Results 1 – 1 of 1) sorted by relevance
1768 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; in print_insn_alpha() local1776 if (!opcode_index[0]) in print_insn_alpha()1783 opcode_index[op] = opcode; in print_insn_alpha()1787 opcode_index[op] = opcode; in print_insn_alpha()1825 opcode_end = opcode_index[op + 1]; in print_insn_alpha()1826 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode) in print_insn_alpha()