Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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)
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d30v.c1134 int match, opcode_index, i = 0, j, k; in find_format() local
1143 while ((opcode_index = opcode->format[i++]) != 0) in find_format()
1145 if (fsize == FORCE_SHORT && opcode_index >= LONG) in find_format()
1148 if (fsize == FORCE_LONG && opcode_index < LONG) in find_format()
1151 fm = (struct d30v_format *) &d30v_format_table[opcode_index]; in find_format()
1152 k = opcode_index; in find_format()
1153 while (fm->form == opcode_index) in find_format()