Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
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)
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dalpha-dis.c61 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; local
69 if (!opcode_index[0])
76 opcode_index[op] = opcode;
80 opcode_index[op] = opcode;
118 opcode_end = opcode_index[op + 1];
119 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)