Home | History | Annotate | Download | only in src

Lines Matching defs:op_index

6648       unsigned int op_index = 0;
6686 op_addr_advance = minimum_instr_len * ((op_index + op_advance)
6689 show_op_index = (op_index > 0 ||
6690 (op_index + op_advance) % max_ops_per_instr > 0);
6691 op_index = (op_index + op_advance) % max_ops_per_instr;
6734 special opcode %u: address+%u = %s, op_index = %u, line%+d = %zu\n"),
6735 opcode, op_addr_advance, a, op_index,
6767 op_index = 0;
6773 op_index = 0;
6851 advance address by %u to %s, op_index to %u\n"),
6852 op_addr_advance, a, op_index);
6910 advance address by constant %u to %s, op_index to %u\n"),
6911 op_addr_advance, a, op_index);
6928 op_index = 0;