HomeSort by: relevance | last modified time | path
    Searched defs:curr_opcode (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/igen/
gen.c 724 opcode_field curr_opcode; local
727 memset (&curr_opcode, 0, sizeof (curr_opcode));
728 curr_opcode.word_nr = rule->word_nr;
729 curr_opcode.first = rule->first;
730 curr_opcode.last = rule->last;
735 while (curr_opcode.first <= rule->last)
737 if (insns_bit_useless (insns, rule, curr_opcode.first))
738 curr_opcode.first++;
742 while (curr_opcode.last >= rule->first
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
ld-insn.c 574 opcode_field *curr_opcode = ZALLOC(opcode_field); local
578 curr_opcode->first = insn_bit_size;
579 curr_opcode->last = -1;
622 && curr_opcode->first > new_opcode.first)
623 curr_opcode->first = new_opcode.first;
625 && curr_opcode->last < new_opcode.last)
626 curr_opcode->last = new_opcode.last;
631 if (curr_opcode->first > rule->last) {
632 ASSERT(curr_opcode->last < rule->first);
635 ASSERT(curr_opcode->last >= rule->first)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/igen/
gen.c 724 opcode_field curr_opcode; local
727 memset (&curr_opcode, 0, sizeof (curr_opcode));
728 curr_opcode.word_nr = rule->word_nr;
729 curr_opcode.first = rule->first;
730 curr_opcode.last = rule->last;
735 while (curr_opcode.first <= rule->last)
737 if (insns_bit_useless (insns, rule, curr_opcode.first))
738 curr_opcode.first++;
742 while (curr_opcode.last >= rule->first
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-insn.c 574 opcode_field *curr_opcode = ZALLOC(opcode_field); local
578 curr_opcode->first = insn_bit_size;
579 curr_opcode->last = -1;
622 && curr_opcode->first > new_opcode.first)
623 curr_opcode->first = new_opcode.first;
625 && curr_opcode->last < new_opcode.last)
626 curr_opcode->last = new_opcode.last;
631 if (curr_opcode->first > rule->last) {
632 ASSERT(curr_opcode->last < rule->first);
635 ASSERT(curr_opcode->last >= rule->first)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 2759 int curr_opcode;
2761 for (curr_opcode = 0; table[curr_opcode].name != NULL; curr_opcode++)
2763 add_opcode_entry (table + curr_opcode);
2764 if (table[curr_opcode].num_outputs == 2
2765 && ((table[curr_opcode].operands[0] == IA64_OPND_P1
2766 && table[curr_opcode].operands[1] == IA64_OPND_P2)
2767 || (table[curr_opcode].operands[0] == IA64_OPND_P2
2768 && table[curr_opcode].operands[1] == IA64_OPND_P1))
2732 int curr_opcode; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 2759 int curr_opcode;
2761 for (curr_opcode = 0; table[curr_opcode].name != NULL; curr_opcode++)
2763 add_opcode_entry (table + curr_opcode);
2764 if (table[curr_opcode].num_outputs == 2
2765 && ((table[curr_opcode].operands[0] == IA64_OPND_P1
2766 && table[curr_opcode].operands[1] == IA64_OPND_P2)
2767 || (table[curr_opcode].operands[0] == IA64_OPND_P2
2768 && table[curr_opcode].operands[1] == IA64_OPND_P1))
2732 int curr_opcode; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 2759 int curr_opcode;
2761 for (curr_opcode = 0; table[curr_opcode].name != NULL; curr_opcode++)
2763 add_opcode_entry (table + curr_opcode);
2764 if (table[curr_opcode].num_outputs == 2
2765 && ((table[curr_opcode].operands[0] == IA64_OPND_P1
2766 && table[curr_opcode].operands[1] == IA64_OPND_P2)
2767 || (table[curr_opcode].operands[0] == IA64_OPND_P2
2768 && table[curr_opcode].operands[1] == IA64_OPND_P1))
2732 int curr_opcode; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 2759 int curr_opcode;
2761 for (curr_opcode = 0; table[curr_opcode].name != NULL; curr_opcode++)
2763 add_opcode_entry (table + curr_opcode);
2764 if (table[curr_opcode].num_outputs == 2
2765 && ((table[curr_opcode].operands[0] == IA64_OPND_P1
2766 && table[curr_opcode].operands[1] == IA64_OPND_P2)
2767 || (table[curr_opcode].operands[0] == IA64_OPND_P2
2768 && table[curr_opcode].operands[1] == IA64_OPND_P1))
2732 int curr_opcode; local
    [all...]

Completed in 32 milliseconds