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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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.c37 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);
H A Dor32-opc.c412 insn_name (int op_index) argument
414 if (op_index >= 0 && op_index < (int) or32_num_opcodes)
415 return or32_opcodes[op_index].name;
988 int op_index; local
989 op_index = insn_decode (insn);
991 if (op_index >= 0)
993 struct or32_opcode const *opcode = &or32_opcodes[op_index];
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.c10916 static int op_ad, op_index[MAX_OPERANDS]; variable
11473 op_index[i] = -1;
11697 op_ad = op_index[i];
11698 op_index[i] = op_index[MAX_OPERANDS - 1 - i];
11699 op_index[MAX_OPERANDS - 1 - i] = op_ad;
11717 if (op_index[i] != -1 && !op_riprel[i])
11718 (*info->print_address_func) ((bfd_vma) op_address[op_index[i]], info);
11725 if (op_index[i] != -1 && op_riprel[i])
11729 + op_address[op_index[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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.c37 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);
H A Dor32-opc.c412 insn_name (int op_index) argument
414 if (op_index >= 0 && op_index < (int) or32_num_opcodes)
415 return or32_opcodes[op_index].name;
988 int op_index; local
989 op_index = insn_decode (insn);
991 if (op_index >= 0)
993 struct or32_opcode const *opcode = &or32_opcodes[op_index];
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.c11019 static int op_ad, op_index[MAX_OPERANDS]; variable
11581 op_index[i] = -1;
11805 op_ad = op_index[i];
11806 op_index[i] = op_index[MAX_OPERANDS - 1 - i];
11807 op_index[MAX_OPERANDS - 1 - i] = op_ad;
11825 if (op_index[i] != -1 && !op_riprel[i])
11826 (*info->print_address_func) ((bfd_vma) op_address[op_index[i]], info);
11833 if (op_index[i] != -1 && op_riprel[i])
11837 + op_address[op_index[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr28489.c24 &&op_index, &&op_assign, &&op_add_a, &&op_sub_a, &&op_mul_a, &&op_div_a,
36 op_index:imm = *((sp - 3)->mem += imm);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c973 unsigned char op_index; member in struct:line_info
1048 && (new_line->op_index > line->op_index
1049 || (new_line->op_index == line->op_index
1062 unsigned char op_index,
1078 info->op_index = op_index;
1110 && seq->last_line->op_index == op_index
1060 add_line_info(struct line_info_table *table, bfd_vma address, unsigned char op_index, char *filename, unsigned int line, unsigned int column, int end_sequence) argument
1549 unsigned char op_index = 0; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c973 unsigned char op_index; member in struct:line_info
1048 && (new_line->op_index > line->op_index
1049 || (new_line->op_index == line->op_index
1062 unsigned char op_index,
1078 info->op_index = op_index;
1110 && seq->last_line->op_index == op_index
1060 add_line_info(struct line_info_table *table, bfd_vma address, unsigned char op_index, char *filename, unsigned int line, unsigned int column, int end_sequence) argument
1549 unsigned char op_index = 0; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c163 unsigned char op_index; member in struct:State_Machine_Registers
176 state_machine_regs.op_index = 0;
223 state_machine_regs.op_index = 0;
2371 += ((state_machine_regs.op_index + uladv)
2374 state_machine_regs.op_index
2375 = (state_machine_regs.op_index + uladv)
2379 state_machine_regs.op_index);
2409 += ((state_machine_regs.op_index + uladv)
2412 state_machine_regs.op_index
2413 = (state_machine_regs.op_index
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreload.c4900 int op_index;
5164 for (op_index = 0; op_index < 2; ++op_index)
5178 operand = XEXP (XEXP (ad, 0), op_index);
5182 addend = XEXP (XEXP (ad, 0), 1 - op_index);
5195 (mode, ad, as, &XEXP (XEXP (ad, 0), 1 - op_index)))
5205 op_index == 0 ? offset_reg : addend,
5206 op_index == 0 ? addend : offset_reg);
5209 op_index
4886 int op_index; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dreload.c4757 int op_index;
5015 for (op_index = 0; op_index < 2; ++op_index)
5025 operand = XEXP (XEXP (ad, 0), op_index);
5039 &XEXP (XEXP (ad, 0), 1 - op_index)))
5045 addend = XEXP (XEXP (ad, 0), 1 - op_index);
5050 op_index == 0 ? offset_reg : addend,
5051 op_index == 0 ? addend : offset_reg);
5054 op_index
4743 int op_index; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2read.c10669 unsigned char op_index = 0;
10701 address += (((op_index + (adj_opcode / lh->line_range))
10704 op_index = ((op_index + (adj_opcode / lh->line_range))
10711 else if (op_index == 0)
10764 op_index = 0;
10835 address += (((op_index + adjust)
10838 op_index = ((op_index + adjust)
10891 address += (((op_index
10667 unsigned char op_index = 0; local
[all...]

Completed in 388 milliseconds