Home | History | Annotate | Download | only in src

Lines Matching refs:op_index

6154       unsigned int op_index = 0;
6192 op_addr_advance = minimum_instr_len * ((op_index + op_advance)
6195 show_op_index = (op_index > 0 ||
6196 (op_index + op_advance) % max_ops_per_instr > 0);
6197 op_index = (op_index + op_advance) % max_ops_per_instr;
6229 special opcode %u: address+%u = %s, op_index = %u, line%+d = %zu\n"),
6230 opcode, op_addr_advance, a, op_index,
6262 op_index = 0;
6268 op_index = 0;
6338 advance address by %u to %s, op_index to %u\n"),
6339 op_addr_advance, a, op_index);
6393 advance address by constant %u to %s, op_index to %u\n"),
6394 op_addr_advance, a, op_index);
6411 op_index = 0;