HomeSort by: relevance | last modified time | path
    Searched defs:op_index (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/opcodes/
spu-dis.c 56 const struct spu_opcode *op_index; local
64 if ((op_index = spu_disassemble_table[opcode & 0x780]) != 0
65 && op_index->insn_type == RRR)
66 return op_index;
68 if ((op_index = spu_disassemble_table[opcode & 0x7f0]) != 0
69 && (op_index->insn_type == RI18 || op_index->insn_type == LBT))
70 return op_index;
72 if ((op_index = spu_disassemble_table[opcode & 0x7f8]) != 0
73 && op_index->insn_type == RI10
100 const struct spu_opcode *op_index; local
    [all...]
d30v-dis.c 37 int i = 0, op_index; local
59 op_index = op->format[i++];
62 f = (struct d30v_format *) &d30v_format_table[op_index];
63 while (f->form == op_index)
75 while ((op_index = op->format[i++]) != 0);
crx-dis.c 488 int op_index = 0; local
602 op_index = instruction->flags & REVERSE_MATCH ? 0 : 1;
603 if (instruction->operands[op_index].op_type == abs16)
  /src/external/gpl3/binutils.old/dist/opcodes/
spu-dis.c 56 const struct spu_opcode *op_index; local
64 if ((op_index = spu_disassemble_table[opcode & 0x780]) != 0
65 && op_index->insn_type == RRR)
66 return op_index;
68 if ((op_index = spu_disassemble_table[opcode & 0x7f0]) != 0
69 && (op_index->insn_type == RI18 || op_index->insn_type == LBT))
70 return op_index;
72 if ((op_index = spu_disassemble_table[opcode & 0x7f8]) != 0
73 && op_index->insn_type == RI10
100 const struct spu_opcode *op_index; local
    [all...]
d30v-dis.c 37 int i = 0, op_index; local
59 op_index = op->format[i++];
62 f = (struct d30v_format *) &d30v_format_table[op_index];
63 while (f->form == op_index)
75 while ((op_index = op->format[i++]) != 0);
crx-dis.c 488 int op_index = 0; local
602 op_index = instruction->flags & REVERSE_MATCH ? 0 : 1;
603 if (instruction->operands[op_index].op_type == abs16)
  /src/external/gpl3/gdb/dist/opcodes/
spu-dis.c 56 const struct spu_opcode *op_index; local
64 if ((op_index = spu_disassemble_table[opcode & 0x780]) != 0
65 && op_index->insn_type == RRR)
66 return op_index;
68 if ((op_index = spu_disassemble_table[opcode & 0x7f0]) != 0
69 && (op_index->insn_type == RI18 || op_index->insn_type == LBT))
70 return op_index;
72 if ((op_index = spu_disassemble_table[opcode & 0x7f8]) != 0
73 && op_index->insn_type == RI10
100 const struct spu_opcode *op_index; local
    [all...]
d30v-dis.c 37 int i = 0, op_index; local
59 op_index = op->format[i++];
62 f = (struct d30v_format *) &d30v_format_table[op_index];
63 while (f->form == op_index)
75 while ((op_index = op->format[i++]) != 0);
crx-dis.c 488 int op_index = 0; local
602 op_index = instruction->flags & REVERSE_MATCH ? 0 : 1;
603 if (instruction->operands[op_index].op_type == abs16)
  /src/external/gpl3/gdb.old/dist/opcodes/
spu-dis.c 56 const struct spu_opcode *op_index; local
64 if ((op_index = spu_disassemble_table[opcode & 0x780]) != 0
65 && op_index->insn_type == RRR)
66 return op_index;
68 if ((op_index = spu_disassemble_table[opcode & 0x7f0]) != 0
69 && (op_index->insn_type == RI18 || op_index->insn_type == LBT))
70 return op_index;
72 if ((op_index = spu_disassemble_table[opcode & 0x7f8]) != 0
73 && op_index->insn_type == RI10
100 const struct spu_opcode *op_index; local
    [all...]
d30v-dis.c 37 int i = 0, op_index; local
59 op_index = op->format[i++];
62 f = (struct d30v_format *) &d30v_format_table[op_index];
63 while (f->form == op_index)
75 while ((op_index = op->format[i++]) != 0);
crx-dis.c 488 int op_index = 0; local
602 op_index = instruction->flags & REVERSE_MATCH ? 0 : 1;
603 if (instruction->operands[op_index].op_type == abs16)
  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 2733 unsigned int op_index; local
2739 op_index = 0;
2758 address += (hdr->min_insn_len * (op_index + advance)
2760 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2778 op_index = 0;
2858 address += (hdr->min_insn_len * (op_index + advance)
2860 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2895 address += (hdr->min_insn_len * (op_index + advance
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 2733 unsigned int op_index; local
2739 op_index = 0;
2758 address += (hdr->min_insn_len * (op_index + advance)
2760 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2778 op_index = 0;
2858 address += (hdr->min_insn_len * (op_index + advance)
2860 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2895 address += (hdr->min_insn_len * (op_index + advance
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 2733 unsigned int op_index; local
2739 op_index = 0;
2758 address += (hdr->min_insn_len * (op_index + advance)
2760 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2778 op_index = 0;
2858 address += (hdr->min_insn_len * (op_index + advance)
2860 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2895 address += (hdr->min_insn_len * (op_index + advance
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 2733 unsigned int op_index; local
2739 op_index = 0;
2758 address += (hdr->min_insn_len * (op_index + advance)
2760 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2778 op_index = 0;
2858 address += (hdr->min_insn_len * (op_index + advance)
2860 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2895 address += (hdr->min_insn_len * (op_index + advance
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
reload.cc 4957 int op_index;
5231 for (op_index = 0; op_index < 2; ++op_index)
5245 operand = XEXP (XEXP (ad, 0), op_index);
5249 addend = XEXP (XEXP (ad, 0), 1 - op_index);
5260 (mode, ad, as, &XEXP (XEXP (ad, 0), 1 - op_index)))
5271 op_index == 0 ? offset_reg : addend,
5272 op_index == 0 ? addend : offset_reg);
5275 op_index == 0 ? offset_reg : addend
4943 int op_index; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
reload.cc 4962 int op_index;
5234 for (op_index = 0; op_index < 2; ++op_index)
5248 operand = XEXP (XEXP (ad, 0), op_index);
5252 addend = XEXP (XEXP (ad, 0), 1 - op_index);
5263 (mode, ad, as, &XEXP (XEXP (ad, 0), 1 - op_index)))
5274 op_index == 0 ? offset_reg : addend,
5275 op_index == 0 ? addend : offset_reg);
5278 op_index == 0 ? offset_reg : addend
4948 int op_index; local
    [all...]
tree-ssa-reassoc.cc 5502 int op_index = op_num - 1; local
5523 && (i - stmt_index >= width || op_index < 1))
5534 else if (op_index >= 0)
5536 operand_entry *oe = ops[op_index--];
5551 if (op_index > 1)
5552 swap_ops_for_binary_stmt (ops, op_index - 2, NULL);
5553 operand_entry *oe2 = ops[op_index--];
5554 operand_entry *oe1 = ops[op_index--];
5564 if (op_index < 0 && stmt_index == i)
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 1788 unsigned char op_index; member in struct:line_info
1893 && new_line->op_index > line->op_index));
1905 unsigned char op_index,
1922 info->op_index = op_index;
1955 && seq->last_line->op_index == op_index
2396 if (seq1->last_line->op_index < seq2->last_line->op_index)
2908 unsigned char op_index = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 1788 unsigned char op_index; member in struct:line_info
1893 && new_line->op_index > line->op_index));
1905 unsigned char op_index,
1922 info->op_index = op_index;
1955 && seq->last_line->op_index == op_index
2396 if (seq1->last_line->op_index < seq2->last_line->op_index)
2908 unsigned char op_index = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 1788 unsigned char op_index; member in struct:line_info
1893 && new_line->op_index > line->op_index));
1905 unsigned char op_index,
1922 info->op_index = op_index;
1955 && seq->last_line->op_index == op_index
2396 if (seq1->last_line->op_index < seq2->last_line->op_index)
2908 unsigned char op_index = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 1781 unsigned char op_index; member in struct:line_info
1886 && new_line->op_index > line->op_index));
1898 unsigned char op_index,
1915 info->op_index = op_index;
1948 && seq->last_line->op_index == op_index
2389 if (seq1->last_line->op_index < seq2->last_line->op_index)
2901 unsigned char op_index = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 392 unsigned char op_index; member in struct:State_Machine_Registers
406 state_machine_regs.op_index = 0;
463 state_machine_regs.op_index = 0;
4994 = ((state_machine_regs.op_index + uladv)
4999 state_machine_regs.op_index
5000 = (state_machine_regs.op_index + uladv)
5008 state_machine_regs.op_index,
5057 = ((state_machine_regs.op_index + uladv)
5062 state_machine_regs.op_index
5063 = (state_machine_regs.op_index + uladv
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 389 unsigned char op_index; member in struct:State_Machine_Registers
403 state_machine_regs.op_index = 0;
460 state_machine_regs.op_index = 0;
4922 = ((state_machine_regs.op_index + uladv)
4927 state_machine_regs.op_index
4928 = (state_machine_regs.op_index + uladv)
4936 state_machine_regs.op_index,
4985 = ((state_machine_regs.op_index + uladv)
4990 state_machine_regs.op_index
4991 = (state_machine_regs.op_index + uladv
    [all...]

Completed in 76 milliseconds

1 2