Home | History | Annotate | Download | only in m32c

Lines Matching defs:Indirect

55   struct Indirect *last_ind;
94 typedef struct Indirect
99 struct Indirect *ind;
102 } Indirect;
104 static Indirect indirect[256];
200 dump_lines (opcode * op, int level, Indirect * ind)
294 store_opcode_bits (opcode * op, int byte, Indirect * ind)
317 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect));
340 emit_indirect (Indirect * ind, int byte)
470 log_indirect (Indirect * ind, int byte)
496 fprintf (sim_log, "indirect\n");
660 indirect[i].type = T_unused;
717 store_opcode_bits (opcodes[i], 0, indirect);
722 emit_indirect (indirect, 0);
727 log_indirect (indirect, 0);