| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | spu-dis.c | 56 const struct spu_opcode *op_index; in get_index_for_opcode() local 64 if ((op_index = spu_disassemble_table[opcode & 0x780]) != 0 in get_index_for_opcode() 65 && op_index->insn_type == RRR) in get_index_for_opcode() 66 return op_index; in get_index_for_opcode() 68 if ((op_index = spu_disassemble_table[opcode & 0x7f0]) != 0 in get_index_for_opcode() 69 && (op_index->insn_type == RI18 || op_index->insn_type == LBT)) in get_index_for_opcode() 70 return op_index; in get_index_for_opcode() 72 if ((op_index = spu_disassemble_table[opcode & 0x7f8]) != 0 in get_index_for_opcode() 73 && op_index->insn_type == RI10) in get_index_for_opcode() 74 return op_index; in get_index_for_opcode() [all …]
|
| D | d30v-dis.c | 37 int i = 0, op_index; in lookup_opcode() local 59 op_index = op->format[i++]; in lookup_opcode() 62 f = (struct d30v_format *) &d30v_format_table[op_index]; in lookup_opcode() 63 while (f->form == op_index) in lookup_opcode() 75 while ((op_index = op->format[i++]) != 0); in lookup_opcode()
|
| D | crx-dis.c | 488 int op_index = 0; in print_arg() local 602 op_index = instruction->flags & REVERSE_MATCH ? 0 : 1; in print_arg() 603 if (instruction->operands[op_index].op_type == abs16) in print_arg()
|
| D | i386-dis.c | 249 signed char op_index[MAX_OPERANDS]; member 9399 .op_index[0 ... MAX_OPERANDS - 1] = -1, in print_insn() 9937 ins.op_ad = ins.op_index[i]; in print_insn() 9938 ins.op_index[i] = ins.op_index[MAX_OPERANDS - 1 - i]; in print_insn() 9939 ins.op_index[MAX_OPERANDS - 1 - i] = ins.op_ad; in print_insn() 9971 if (ins.op_index[i] != -1 && !ins.op_riprel[i]) in print_insn() 9973 bfd_vma target = (bfd_vma) ins.op_address[ins.op_index[i]]; in print_insn() 9991 if (ins.op_index[i] != -1 && ins.op_riprel[i]) in print_insn() 9996 + ins.op_address[ins.op_index[i]]), in print_insn() 11695 ins->op_index[ins->op_ad] = ins->op_ad; in set_op()
|
| D | ChangeLog-2007 | 1427 when swapping op_index. Break when the RIP relative address
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | spu-dis.c | 56 const struct spu_opcode *op_index; in get_index_for_opcode() local 64 if ((op_index = spu_disassemble_table[opcode & 0x780]) != 0 in get_index_for_opcode() 65 && op_index->insn_type == RRR) in get_index_for_opcode() 66 return op_index; in get_index_for_opcode() 68 if ((op_index = spu_disassemble_table[opcode & 0x7f0]) != 0 in get_index_for_opcode() 69 && (op_index->insn_type == RI18 || op_index->insn_type == LBT)) in get_index_for_opcode() 70 return op_index; in get_index_for_opcode() 72 if ((op_index = spu_disassemble_table[opcode & 0x7f8]) != 0 in get_index_for_opcode() 73 && op_index->insn_type == RI10) in get_index_for_opcode() 74 return op_index; in get_index_for_opcode() [all …]
|
| D | d30v-dis.c | 37 int i = 0, op_index; in lookup_opcode() local 59 op_index = op->format[i++]; in lookup_opcode() 62 f = (struct d30v_format *) &d30v_format_table[op_index]; in lookup_opcode() 63 while (f->form == op_index) in lookup_opcode() 75 while ((op_index = op->format[i++]) != 0); in lookup_opcode()
|
| D | crx-dis.c | 488 int op_index = 0; in print_arg() local 602 op_index = instruction->flags & REVERSE_MATCH ? 0 : 1; in print_arg() 603 if (instruction->operands[op_index].op_type == abs16) in print_arg()
|
| D | i386-dis.c | 248 signed char op_index[MAX_OPERANDS]; member 9363 .op_index[0 ... MAX_OPERANDS - 1] = -1, in print_insn() 9893 ins.op_ad = ins.op_index[i]; in print_insn() 9894 ins.op_index[i] = ins.op_index[MAX_OPERANDS - 1 - i]; in print_insn() 9895 ins.op_index[MAX_OPERANDS - 1 - i] = ins.op_ad; in print_insn() 9927 if (ins.op_index[i] != -1 && !ins.op_riprel[i]) in print_insn() 9929 bfd_vma target = (bfd_vma) ins.op_address[ins.op_index[i]]; in print_insn() 9947 if (ins.op_index[i] != -1 && ins.op_riprel[i]) in print_insn() 9952 + ins.op_address[ins.op_index[i]]), in print_insn() 11602 ins->op_index[ins->op_ad] = ins->op_ad; in set_op()
|
| D | ChangeLog-2007 | 1427 when swapping op_index. Break when the RIP relative address
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | dwarf2.c | 1781 unsigned char op_index; member 1886 && new_line->op_index > line->op_index)); in new_line_sorts_after() 1898 unsigned char op_index, in add_line_info() argument 1915 info->op_index = op_index; in add_line_info() 1948 && seq->last_line->op_index == op_index in add_line_info() 2367 if (seq1->last_line->op_index < seq2->last_line->op_index) in compare_sequences() 2369 if (seq1->last_line->op_index > seq2->last_line->op_index) in compare_sequences() 2879 unsigned char op_index = 0; in decode_line_info() local 2919 address += ((op_index + adj_opcode / lh.line_range) in decode_line_info() 2922 op_index = ((op_index + adj_opcode / lh.line_range) in decode_line_info() [all …]
|
| D | ChangeLog-2010 | 2503 (struct line_info): Add op_index field, change end_sequence type to 2505 (new_line_sorts_after): For the same address compare op_index. 2506 (add_line_info): Add op_index argument, store it into the structure. 2508 Initialize maximum_ops_per_insn. Add op_index state register and
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | dwarf2.c | 1781 unsigned char op_index; member 1886 && new_line->op_index > line->op_index)); in new_line_sorts_after() 1898 unsigned char op_index, in add_line_info() argument 1915 info->op_index = op_index; in add_line_info() 1948 && seq->last_line->op_index == op_index in add_line_info() 2389 if (seq1->last_line->op_index < seq2->last_line->op_index) in compare_sequences() 2391 if (seq1->last_line->op_index > seq2->last_line->op_index) in compare_sequences() 2901 unsigned char op_index = 0; in decode_line_info() local 2940 address += ((op_index + adj_opcode / lh.line_range) in decode_line_info() 2943 op_index = ((op_index + adj_opcode / lh.line_range) in decode_line_info() [all …]
|
| D | ChangeLog-2010 | 2503 (struct line_info): Add op_index field, change end_sequence type to 2505 (new_line_sorts_after): For the same address compare op_index. 2506 (add_line_info): Add op_index argument, store it into the structure. 2508 Initialize maximum_ops_per_insn. Add op_index state register and
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.c | 387 unsigned char op_index; member 401 state_machine_regs.op_index = 0; in reset_state_machine() 458 state_machine_regs.op_index = 0; in process_extended_line_op() 4896 = ((state_machine_regs.op_index + uladv) in display_debug_lines_raw() 4901 state_machine_regs.op_index in display_debug_lines_raw() 4902 = (state_machine_regs.op_index + uladv) in display_debug_lines_raw() 4910 state_machine_regs.op_index, in display_debug_lines_raw() 4959 = ((state_machine_regs.op_index + uladv) in display_debug_lines_raw() 4964 state_machine_regs.op_index in display_debug_lines_raw() 4965 = (state_machine_regs.op_index + uladv) in display_debug_lines_raw() [all …]
|
| D | ChangeLog-2010 | 774 * dwarf.c (struct State_Machine_Registers): Add op_index field, 776 (reset_state_machine): Clear op_index. 777 (process_extended_line_op): For DW_LNE_set_address clear op_index. 779 Track op_index state machine register and print it if
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | reload.cc | 4948 int op_index; in find_reloads_address() local 5220 for (op_index = 0; op_index < 2; ++op_index) in find_reloads_address() 5234 operand = XEXP (XEXP (ad, 0), op_index); in find_reloads_address() 5238 addend = XEXP (XEXP (ad, 0), 1 - op_index); in find_reloads_address() 5249 (mode, ad, as, &XEXP (XEXP (ad, 0), 1 - op_index))) in find_reloads_address() 5260 op_index == 0 ? offset_reg : addend, in find_reloads_address() 5261 op_index == 0 ? addend : offset_reg); in find_reloads_address() 5264 op_index == 0 ? offset_reg : addend, in find_reloads_address() 5265 op_index == 0 ? addend : offset_reg); in find_reloads_address() 5269 find_reloads_address_part (XEXP (ad, op_index), in find_reloads_address() [all …]
|
| D | tree-ssa-reassoc.cc | 5501 int op_index = op_num - 1; in rewrite_expr_tree_parallel() local 5522 && (i - stmt_index >= width || op_index < 1)) in rewrite_expr_tree_parallel() 5533 else if (op_index >= 0) in rewrite_expr_tree_parallel() 5535 operand_entry *oe = ops[op_index--]; in rewrite_expr_tree_parallel() 5550 if (op_index > 1) in rewrite_expr_tree_parallel() 5551 swap_ops_for_binary_stmt (ops, op_index - 2, NULL); in rewrite_expr_tree_parallel() 5552 operand_entry *oe2 = ops[op_index--]; in rewrite_expr_tree_parallel() 5553 operand_entry *oe1 = ops[op_index--]; in rewrite_expr_tree_parallel() 5563 if (op_index < 0 && stmt_index == i) in rewrite_expr_tree_parallel()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-arm.c | 8468 int op_index; in encode_arm_shift() local 8469 for (op_index = 0; op_index <= i; ++op_index) in encode_arm_shift() 8474 if (inst.operands[op_index].present && inst.operands[op_index].isreg in encode_arm_shift() 8475 && inst.operands[op_index].reg == REG_PC) in encode_arm_shift()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2016 | 520 variable to `op_index'.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 147089 "rex_used", "op_ad", and "op_index". Do a little bit of re-ordering as
|