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

  /toolchain/binutils/binutils-2.27/include/opcode/
mn10200.h 25 /* The opcode table is an array of struct mn10200_opcode. */
27 struct mn10200_opcode struct
54 extern const struct mn10200_opcode mn10200_opcodes[];
  /toolchain/binutils/binutils-2.27/opcodes/
m10200-dis.c 34 struct mn10200_opcode *op = (struct mn10200_opcode *)mn10200_opcodes;
m10200-opc.c 166 const struct mn10200_opcode mn10200_opcodes[] = {
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mn10200.c 689 const struct mn10200_opcode *op;
880 struct mn10200_opcode *opcode;
881 struct mn10200_opcode *next_opcode;
896 opcode = (struct mn10200_opcode *) hash_find (mn10200_hash, str);

Completed in 100 milliseconds