Searched refs:op_index (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Dspu-dis.c56 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
100 const struct spu_opcode *op_index; local
[all...]
H A Dd30v-dis.c36 int i = 0, op_index; local
58 op_index = op->format[i++];
61 f = (struct d30v_format *) &d30v_format_table[op_index];
62 while (f->form == op_index)
74 while ((op_index = op->format[i++]) != 0);
H A Dcrx-dis.c506 int op_index = 0; local
620 op_index = instruction->flags & REVERSE_MATCH ? 0 : 1;
621 if (instruction->operands[op_index].op_type == abs16)
H A Di386-dis.c12432 static int op_ad, op_index[MAX_OPERANDS]; variable
13128 op_index[i] = -1;
13353 op_ad = op_index[i];
13354 op_index[i] = op_index[MAX_OPERANDS - 1 - i];
13355 op_index[MAX_OPERANDS - 1 - i] = op_ad;
13373 if (op_index[i] != -1 && !op_riprel[i])
13374 (*info->print_address_func) ((bfd_vma) op_address[op_index[i]], info);
13381 if (op_index[i] != -1 && op_riprel[i])
13385 + op_address[op_index[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr28489.c27 &&op_index, &&op_assign, &&op_add_a, &&op_sub_a, &&op_mul_a, &&op_div_a,
39 op_index:imm = *((sp - 3)->mem += imm);
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c1229 unsigned char op_index; member in struct:line_info
1328 && (new_line->op_index > line->op_index
1329 || (new_line->op_index == line->op_index
1342 unsigned char op_index,
1359 info->op_index = op_index;
1392 && seq->last_line->op_index == op_index
1340 add_line_info(struct line_info_table *table, bfd_vma address, unsigned char op_index, char *filename, unsigned int line, unsigned int column, unsigned int discriminator, int end_sequence) argument
1931 unsigned char op_index = 0; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c397 unsigned char op_index; member in struct:State_Machine_Registers
410 state_machine_regs.op_index = 0;
468 state_machine_regs.op_index = 0;
3025 += ((state_machine_regs.op_index + uladv)
3028 state_machine_regs.op_index
3029 = (state_machine_regs.op_index + uladv)
3035 state_machine_regs.op_index);
3066 += ((state_machine_regs.op_index + uladv)
3069 state_machine_regs.op_index
3070 = (state_machine_regs.op_index
[all...]
/haiku-buildtools/gcc/libbacktrace/
H A Ddwarf.c1745 unsigned int op_index; local
1751 op_index = 0;
1770 address += (hdr->min_insn_len * (op_index + advance)
1772 op_index = (op_index + advance) % hdr->max_ops_per_insn;
1790 op_index = 0;
1871 address += (hdr->min_insn_len * (op_index + advance)
1873 op_index = (op_index + advance) % hdr->max_ops_per_insn;
1912 address += (hdr->min_insn_len * (op_index
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcrx-dis.c505 int op_index = 0; local
619 op_index = instruction->flags & REVERSE_MATCH ? 0 : 1;
620 if (instruction->operands[op_index].op_type == abs16)
H A Di386-dis.c2009 static int op_ad, op_index[3]; variable
2179 op_index[0] = op_index[1] = op_index[2] = -1;
2413 op_ad = op_index[0];
2414 op_index[0] = op_index[2];
2415 op_index[2] = op_ad;
2426 if (op_index[0] != -1 && !op_riprel[0])
2427 (*info->print_address_func) ((bfd_vma) op_address[op_index[
[all...]
/haiku-buildtools/gcc/gcc/
H A Dreload.c4929 int op_index;
5201 for (op_index = 0; op_index < 2; ++op_index)
5215 operand = XEXP (XEXP (ad, 0), op_index);
5219 addend = XEXP (XEXP (ad, 0), 1 - op_index);
5232 (mode, ad, as, &XEXP (XEXP (ad, 0), 1 - op_index)))
5243 op_index == 0 ? offset_reg : addend,
5244 op_index == 0 ? addend : offset_reg);
5247 op_index
4915 int op_index; local
[all...]
H A Dtree-ssa-reassoc.c3788 int op_index = op_num - 1; local
3808 && (i - stmt_index >= width || op_index < 1))
3819 else if (op_index >= 0)
3820 op2 = ops[op_index--]->op;
3832 if (op_index > 1)
3833 swap_ops_for_binary_stmt (ops, op_index - 2, NULL);
3834 op2 = ops[op_index--]->op;
3835 op1 = ops[op_index--]->op;
3841 if (op_index < 0 && stmt_index == i)
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c7455 int op_index;
7456 for (op_index = 0; op_index <= i; ++op_index)
7461 if (inst.operands[op_index].present && inst.operands[op_index].isreg
7462 && inst.operands[op_index].reg == REG_PC)
7454 int op_index; local

Completed in 478 milliseconds