HomeSort by relevance Sort by last modified time
    Searched refs:mn10300_opcode (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
mn10300.h 25 /* The opcode table is an array of struct mn10300_opcode. */
28 struct mn10300_opcode struct
67 extern const struct mn10300_opcode mn10300_opcodes[];
  /toolchain/binutils/binutils-2.25/opcodes/
m10300-dis.c 37 struct mn10300_opcode *op = (struct mn10300_opcode *) mn10300_opcodes;
m10300-opc.c 449 const struct mn10300_opcode mn10300_opcodes[] = {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10300.c 918 const struct mn10300_opcode *op;
1237 struct mn10300_opcode *opcode;
1238 struct mn10300_opcode *next_opcode;
1253 opcode = (struct mn10300_opcode *) hash_find (mn10300_hash, str);
    [all...]

Completed in 126 milliseconds