Searched refs:pdp11_opcodes (Results 1 – 5 of 5) sorted by relevance
23 const struct pdp11_opcode pdp11_opcodes[] = variable274 const int pdp11_num_opcodes = sizeof pdp11_opcodes / sizeof pdp11_opcodes[0];
212 #define OP pdp11_opcodes[i] in print_insn_pdp11()
598 * pdp11-opc.c (pdp11_opcodes): Fix opcode for SEC instruction.
80 extern const struct pdp11_opcode pdp11_opcodes[];
196 hash_insert (insn_hash, pdp11_opcodes[i].name, (void *) (pdp11_opcodes + i)); in md_begin()