Home
last modified time | relevance | path

Searched refs:h8_opcodes (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dh8300-dis.c24 #define h8_opcodes h8ops macro
49 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()
DChangeLog-02031071 (struct h8_instruction): New type, used to wrap h8_opcodes with a
1078 h8_opcodes.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c28 #define h8_opcodes ops macro
247 nopcodes = sizeof (h8_opcodes) / sizeof (struct h8_opcode); in md_begin()
253 p1 = h8_opcodes; in md_begin()
/toolchain/binutils/binutils-2.25/include/opcode/
DChangeLog-9103101 (h8_opcodes): Use IMM8U_NS for mov.[wl] #xx:8,@yy.
105 * h8300.h (h8_opcodes): Fix the mov.l @(dd:32,ERs),ERd and
119 (h8_opcodes): Replace IMM4 with IMM4_NS in mov.b and mov.w entries.
276 (h8_opcodes). Modify initializer and initializer macros to no
286 (h8_opcodes): Mark as 'const' (both the declaration and
Dh8300.h1192 struct h8_opcode h8_opcodes[] = variable
1890 extern const struct h8_opcode h8_opcodes[];
DChangeLog1386 * h8300.h (h8_opcodes): Add an encoding for a mov.l instruction
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-02033660 wrap h8_opcodes with length, noperands, idx, and size fields
3667 h8_opcodes.