• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/

Lines Matching refs:cur

489 cover_insn (unsigned long * cur, int pass, unsigned int mask)
514 (long)(cur - automata), last_match, or32_opcodes[last_match].name);
516 *cur = LEAF_FLAG | last_match;
517 cur++;
561 (long)(cur - automata), best_len, best_first, ninstr);
563 *cur = best_first;
564 cur++;
565 *cur = (1 << best_len) - 1;
566 cur++;
567 next = cur;
570 cur += 1 << best_len;
586 c = cover_insn (cur, curpass, mask & (~(cur_mask << best_first)));
589 debug (8, "%li> #%X -> %lu\n", (long)(next - automata), i, (long)(cur - automata));
590 *next = cur - automata;
591 cur = c;
601 return cur;
625 struct insn_op_struct * cur)
636 cur->type = OPTYPE_REG | OPTYPE_OP | OPTYPE_LAST;
637 cur->data = 0;
638 debug (9, "#%08lX %08lX\n", cur->type, cur->data);
639 cur++;
640 return cur;
678 cur->type = type | shr;
679 cur->data = mask;
681 debug (6, "|%08lX %08lX\n", cur->type, cur->data);
682 cur++;
690 cur--;
691 cur->type = type | cur->type | OPTYPE_DIS | OPTYPE_OP;
692 debug (9, ">%08lX %08lX\n", cur->type, cur->data);
693 cur++;
700 cur--;
701 cur->type = type | cur->type | OPTYPE_OP;
702 debug (9, ">%08lX %08lX\n", cur->type, cur->data);
703 cur++;
710 cur->type = type;
711 cur->data = 0;
712 debug (9, ">%08lX %08lX\n", cur->type, cur->data);
713 cur++;
727 cur--;
728 cur->type = type | cur->type | OPTYPE_OP | OPTYPE_LAST;
729 debug (9, "#%08lX %08lX\n", cur->type, cur->data);
730 cur++;
732 return cur;
742 struct insn_op_struct *cur;
780 cur = op_data;
784 op_start[i] = cur;
785 cur = parse_params (&or32_opcodes[i], cur);
787 if (cur - op_data > MAX_OP_TABLE_SIZE)