Searched refs:opcode_index (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dalpha-dis.c62 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; local
70 if (!opcode_index[0])
77 opcode_index[op] = opcode;
81 opcode_index[op] = opcode;
119 opcode_end = opcode_index[op + 1];
120 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)

Completed in 55 milliseconds