Searched refs:h8_opcodes (Results 1 – 7 of 7) sorted by relevance
24 #define h8_opcodes h8ops macro49 nopcodes = sizeof (h8_opcodes) / sizeof (struct h8_opcode); in bfd_h8_disassemble_init()53 for (p = h8_opcodes, pi = h8_instructions; p->name; p++, pi++) in bfd_h8_disassemble_init()
1071 (struct h8_instruction): New type, used to wrap h8_opcodes with a1078 h8_opcodes.
28 #define h8_opcodes ops macro247 nopcodes = sizeof (h8_opcodes) / sizeof (struct h8_opcode); in md_begin()253 p1 = h8_opcodes; in md_begin()
101 (h8_opcodes): Use IMM8U_NS for mov.[wl] #xx:8,@yy.105 * h8300.h (h8_opcodes): Fix the mov.l @(dd:32,ERs),ERd and119 (h8_opcodes): Replace IMM4 with IMM4_NS in mov.b and mov.w entries.276 (h8_opcodes). Modify initializer and initializer macros to no286 (h8_opcodes): Mark as 'const' (both the declaration and
1192 struct h8_opcode h8_opcodes[] = variable1890 extern const struct h8_opcode h8_opcodes[];
1386 * h8300.h (h8_opcodes): Add an encoding for a mov.l instruction
3660 wrap h8_opcodes with length, noperands, idx, and size fields3667 h8_opcodes.