Home
last modified time | relevance | path

Searched refs:mn10300_opcode (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dmn10300.h28 struct mn10300_opcode struct
67 extern const struct mn10300_opcode mn10300_opcodes[]; argument
DChangeLog-91032119 * mn10300.h (mn10300_opcode): Add "format" field.
/toolchain/binutils/binutils-2.27/opcodes/
Dm10300-dis.c37 struct mn10300_opcode *op = (struct mn10300_opcode *) mn10300_opcodes; in disassemble()
Dm10300-opc.c447 const struct mn10300_opcode mn10300_opcodes[] = {
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10300.c912 const struct mn10300_opcode *op; in md_begin()
1234 struct mn10300_opcode *opcode; in md_assemble()
1235 struct mn10300_opcode *next_opcode; in md_assemble()
1250 opcode = (struct mn10300_opcode *) hash_find (mn10300_hash, str); in md_assemble()