HomeSort by: relevance | last modified time | path
    Searched defs:opcode_index (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
alpha-dis.c 59 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; local
67 if (!opcode_index[0])
74 opcode_index[op] = opcode;
78 opcode_index[op] = opcode;
116 opcode_end = opcode_index[op + 1];
117 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)
  /src/external/gpl3/binutils.old/dist/opcodes/
alpha-dis.c 59 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; local
67 if (!opcode_index[0])
74 opcode_index[op] = opcode;
78 opcode_index[op] = opcode;
116 opcode_end = opcode_index[op + 1];
117 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)
  /src/external/gpl3/gdb.old/dist/opcodes/
alpha-dis.c 59 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; local
67 if (!opcode_index[0])
74 opcode_index[op] = opcode;
78 opcode_index[op] = opcode;
116 opcode_end = opcode_index[op + 1];
117 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)
  /src/external/gpl3/gdb/dist/opcodes/
alpha-dis.c 59 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; local
67 if (!opcode_index[0])
74 opcode_index[op] = opcode;
78 opcode_index[op] = opcode;
116 opcode_end = opcode_index[op + 1];
117 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)
  /src/external/gpl3/binutils/dist/gas/config/
tc-d30v.c 1133 int match, opcode_index, i = 0, j, k; local
1142 while ((opcode_index = opcode->format[i++]) != 0)
1144 if (fsize == FORCE_SHORT && opcode_index >= LONG)
1147 if (fsize == FORCE_LONG && opcode_index < LONG)
1150 fm = &d30v_format_table[opcode_index];
1151 k = opcode_index;
1152 while (fm->form == opcode_index)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-d30v.c 1131 int match, opcode_index, i = 0, j, k; local
1140 while ((opcode_index = opcode->format[i++]) != 0)
1142 if (fsize == FORCE_SHORT && opcode_index >= LONG)
1145 if (fsize == FORCE_LONG && opcode_index < LONG)
1148 fm = &d30v_format_table[opcode_index];
1149 k = opcode_index;
1150 while (fm->form == opcode_index)

Completed in 19 milliseconds