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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dm68hc11-dis.c289 if (m68hc12_alias[i].code1 == code)
300 if (m68hc12_alias[i].code2 == (unsigned char) buffer[1])
303 m68hc12_alias[i].name);
H A Dm68hc11-opc.c1062 const struct m68hc12_opcode_alias m68hc12_alias[] = { variable in typeref:struct:m68hc12_opcode_alias
1082 const int m68hc12_num_alias = TABLE_SIZE (m68hc12_alias);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dm68hc11-dis.c289 if (m68hc12_alias[i].code1 == code)
300 if (m68hc12_alias[i].code2 == (unsigned char) buffer[1])
303 m68hc12_alias[i].name);
H A Dm68hc11-opc.c1062 const struct m68hc12_opcode_alias m68hc12_alias[] = { variable in typeref:struct:m68hc12_opcode_alias
1082 const int m68hc12_num_alias = TABLE_SIZE (m68hc12_alias);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dm68hc11.h425 extern const struct m68hc12_opcode_alias m68hc12_alias[];
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dm68hc11.h425 extern const struct m68hc12_opcode_alias m68hc12_alias[];
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68hc11.c2483 if (strcmp (m68hc12_alias[i].name, name) == 0)
2520 char *f = m68hc11_new_insn (m68hc12_alias[alias_id].size);
2522 number_to_chars_bigendian (f, m68hc12_alias[alias_id].code1, 1);
2523 if (m68hc12_alias[alias_id].size > 1)
2524 number_to_chars_bigendian (f + 1, m68hc12_alias[alias_id].code2, 1);

Completed in 91 milliseconds