Home
last modified time | relevance | path

Searched refs:op_index (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dspu-dis.c56 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 …]
H A Dd30v-dis.c37 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()
H A Dcrx-dis.c488 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()
H A Di386-dis.c231 signed char op_index[MAX_OPERANDS]; member
9366 .op_index[0 ... MAX_OPERANDS - 1] = -1, in print_insn()
9840 ins.op_ad = ins.op_index[i]; in print_insn()
9841 ins.op_index[i] = ins.op_index[MAX_OPERANDS - 1 - i]; in print_insn()
9842 ins.op_index[MAX_OPERANDS - 1 - i] = ins.op_ad; in print_insn()
9874 if (ins.op_index[i] != -1 && !ins.op_riprel[i]) in print_insn()
9876 bfd_vma target = (bfd_vma) ins.op_address[ins.op_index[i]]; in print_insn()
9894 if (ins.op_index[i] != -1 && ins.op_riprel[i]) in print_insn()
9899 + ins.op_address[ins.op_index[i]]), in print_insn()
12053 ins->op_index[ins->op_ad] = ins->op_ad; in set_op()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dspu-dis.c56 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 …]
H A Dd30v-dis.c37 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()
H A Dcrx-dis.c488 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()
H A Di386-dis.c248 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()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c1711 unsigned char op_index; member
1819 && new_line->op_index > line->op_index)); in new_line_sorts_after()
1831 unsigned char op_index, in add_line_info() argument
1848 info->op_index = op_index; in add_line_info()
1881 && seq->last_line->op_index == op_index in add_line_info()
2283 if (seq1->last_line->op_index < seq2->last_line->op_index) in compare_sequences()
2285 if (seq1->last_line->op_index > seq2->last_line->op_index) in compare_sequences()
2795 unsigned char op_index = 0; in decode_line_info() local
2827 address += ((op_index + adj_opcode / lh.line_range) in decode_line_info()
2830 op_index = ((op_index + adj_opcode / lh.line_range) in decode_line_info()
[all …]
H A DChangeLog-20102503 (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/bfd/
H A Ddwarf2.c1781 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 …]
H A DChangeLog-20102503 (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/gcc.old/dist/libbacktrace/
H A Ddwarf.c2695 unsigned int op_index; in read_line_program() local
2701 op_index = 0; in read_line_program()
2720 address += (hdr->min_insn_len * (op_index + advance) in read_line_program()
2722 op_index = (op_index + advance) % hdr->max_ops_per_insn; in read_line_program()
2740 op_index = 0; in read_line_program()
2821 address += (hdr->min_insn_len * (op_index + advance) in read_line_program()
2823 op_index = (op_index + advance) % hdr->max_ops_per_insn; in read_line_program()
2862 address += (hdr->min_insn_len * (op_index + advance) in read_line_program()
2864 op_index = (op_index + advance) % hdr->max_ops_per_insn; in read_line_program()
2869 op_index = 0; in read_line_program()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c2733 unsigned int op_index; in read_line_program() local
2739 op_index = 0; in read_line_program()
2758 address += (hdr->min_insn_len * (op_index + advance) in read_line_program()
2760 op_index = (op_index + advance) % hdr->max_ops_per_insn; in read_line_program()
2778 op_index = 0; in read_line_program()
2858 address += (hdr->min_insn_len * (op_index + advance) in read_line_program()
2860 op_index = (op_index + advance) % hdr->max_ops_per_insn; in read_line_program()
2895 address += (hdr->min_insn_len * (op_index + advance) in read_line_program()
2897 op_index = (op_index + advance) % hdr->max_ops_per_insn; in read_line_program()
2902 op_index = 0; in read_line_program()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c387 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 …]
H A DChangeLog-2010774 * 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/binutils.old/dist/binutils/
H A Ddwarf.c437 unsigned char op_index; member
451 state_machine_regs.op_index = 0; in reset_state_machine()
508 state_machine_regs.op_index = 0; in process_extended_line_op()
4709 = ((state_machine_regs.op_index + uladv) in display_debug_lines_raw()
4714 state_machine_regs.op_index in display_debug_lines_raw()
4715 = (state_machine_regs.op_index + uladv) in display_debug_lines_raw()
4723 state_machine_regs.op_index, in display_debug_lines_raw()
4772 = ((state_machine_regs.op_index + uladv) in display_debug_lines_raw()
4777 state_machine_regs.op_index in display_debug_lines_raw()
4778 = (state_machine_regs.op_index + uladv) in display_debug_lines_raw()
[all …]
H A DChangeLog-2010774 * 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.old/dist/gcc/
H A Dreload.c4929 int op_index; in find_reloads_address() local
5201 for (op_index = 0; op_index < 2; ++op_index) in find_reloads_address()
5215 operand = XEXP (XEXP (ad, 0), op_index); in find_reloads_address()
5219 addend = XEXP (XEXP (ad, 0), 1 - op_index); in find_reloads_address()
5230 (mode, ad, as, &XEXP (XEXP (ad, 0), 1 - op_index))) in find_reloads_address()
5241 op_index == 0 ? offset_reg : addend, in find_reloads_address()
5242 op_index == 0 ? addend : offset_reg); in find_reloads_address()
5245 op_index == 0 ? offset_reg : addend, in find_reloads_address()
5246 op_index == 0 ? addend : offset_reg); in find_reloads_address()
5250 find_reloads_address_part (XEXP (ad, op_index), in find_reloads_address()
[all …]
H A Dtree-ssa-reassoc.c5103 int op_index = op_num - 1; in rewrite_expr_tree_parallel() local
5124 && (i - stmt_index >= width || op_index < 1)) in rewrite_expr_tree_parallel()
5135 else if (op_index >= 0) in rewrite_expr_tree_parallel()
5137 operand_entry *oe = ops[op_index--]; in rewrite_expr_tree_parallel()
5152 if (op_index > 1) in rewrite_expr_tree_parallel()
5153 swap_ops_for_binary_stmt (ops, op_index - 2, NULL); in rewrite_expr_tree_parallel()
5154 operand_entry *oe2 = ops[op_index--]; in rewrite_expr_tree_parallel()
5155 operand_entry *oe1 = ops[op_index--]; in rewrite_expr_tree_parallel()
5165 if (op_index < 0 && stmt_index == i) in rewrite_expr_tree_parallel()
H A Dhsa-common.h452 void set_output_in_type (hsa_op_reg *dest, unsigned op_index, hsa_bb *hbb);
H A Dhsa-gen.c3832 hsa_insn_basic::set_output_in_type (hsa_op_reg *dest, unsigned op_index, in set_output_in_type() argument
3835 gcc_checking_assert (op_output_p (op_index)); in set_output_in_type()
3839 set_op (op_index, dest); in set_output_in_type()
3854 set_op (op_index, dest); in set_output_in_type()
3864 set_op (op_index, tmp); in set_output_in_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-reassoc.cc5501 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/gdb.old/dist/bfd/
H A DChangeLog-20102503 (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/
H A DChangeLog-20102503 (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

12