Home | History | Annotate | Download | only in opcodes

Lines Matching refs:Indirect

100   struct Indirect * last_ind;
139 typedef struct Indirect
144 struct Indirect * ind;
147 } Indirect;
149 Indirect indirect[256];
247 dump_lines (opcode * op, int level, Indirect * ind)
352 store_opcode_bits (opcode * op, int byte, Indirect * ind)
376 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect));
399 emit_indirect (Indirect * ind, int byte)
535 log_indirect (Indirect * ind, int byte)
561 fprintf (sim_log, "indirect\n");
735 indirect[i].type = T_unused;
794 store_opcode_bits (opcodes[i], 0, indirect);
801 emit_indirect (indirect, 0);
806 log_indirect (indirect, 0);