Searched refs:m68hc11_opcodes (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dm68hc11.h420 extern const struct m68hc11_opcode m68hc11_opcodes[];
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dm68hc11.h420 extern const struct m68hc11_opcode m68hc11_opcodes[];
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68hc11.c565 if (m68hc11_opcodes[i].arch & current_architecture)
567 opcodes[num_opcodes] = m68hc11_opcodes[i];
573 opcodes[num_opcodes] = m68hc11_opcodes[i];
577 if (strcmp (m68hc11_opcodes[i].name, alias_opcodes[j].name) == 0)
579 opcodes[num_opcodes] = m68hc11_opcodes[i];
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dm68hc11-dis.c314 opcode = m68hc11_opcodes;
H A Dm68hc11-opc.c113 const struct m68hc11_opcode m68hc11_opcodes[] = { variable in typeref:struct:m68hc11_opcode
1058 const int m68hc11_num_opcodes = TABLE_SIZE (m68hc11_opcodes);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dm68hc11-dis.c314 opcode = m68hc11_opcodes;
H A Dm68hc11-opc.c113 const struct m68hc11_opcode m68hc11_opcodes[] = { variable in typeref:struct:m68hc11_opcode
1058 const int m68hc11_num_opcodes = TABLE_SIZE (m68hc11_opcodes);

Completed in 92 milliseconds