| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | breakpoint-in-ro-region.exp | 214 set next_insn [get_next_insn] 222 -re "Cannot set software breakpoint at read-only address $next_insn.*$gdb_prompt $" { 242 gdb_test "p /x \$pc" " = $next_insn" "thread advanced"
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | resource.cc | 422 rtx_insn *next_insn; in find_dead_or_set_registers() local 426 for (insn = target; insn; insn = next_insn) in find_dead_or_set_registers() 430 next_insn = NEXT_INSN (insn); in find_dead_or_set_registers() 497 next_insn = NULL; in find_dead_or_set_registers() 499 next_insn = as_a <rtx_insn *> (lab_or_return); in find_dead_or_set_registers() 570 find_dead_or_set_registers (next_insn, in find_dead_or_set_registers() 973 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()
|
| D | lra-assigns.cc | 1711 rtx_insn *prev_insn, *next_insn; in find_reload_regno_insns() local 1732 next_insn = NEXT_INSN (start_insn); in find_reload_regno_insns() 1734 || (next_insn != NULL && second_insn == NULL)); ) in find_reload_regno_insns() 1746 if (next_insn != NULL && second_insn == NULL) in find_reload_regno_insns() 1749 INSN_UID (next_insn))) in find_reload_regno_insns() 1750 next_insn = NEXT_INSN (next_insn); in find_reload_regno_insns() 1753 second_insn = next_insn; in find_reload_regno_insns()
|
| D | cprop.cc | 1008 rtx_insn *next_insn; in constprop_register() local 1013 && (next_insn = next_nondebug_insn (insn)) != NULL in constprop_register() 1014 && any_condjump_p (next_insn) in constprop_register() 1015 && onlyjump_p (next_insn)) in constprop_register() 1019 && cprop_jump (BLOCK_FOR_INSN (insn), insn, next_insn, in constprop_register()
|
| D | cfgrtl.cc | 3660 rtx_insn *next_insn; in record_effective_endpoints() local 3679 next_insn = get_insns (); in record_effective_endpoints() 3684 if (PREV_INSN (BB_HEAD (bb)) && next_insn != BB_HEAD (bb)) in record_effective_endpoints() 3685 BB_HEADER (bb) = unlink_insn_chain (next_insn, in record_effective_endpoints() 3690 next_insn = NEXT_INSN (BB_END (bb)); in record_effective_endpoints() 3693 cfg_layout_function_footer = next_insn; in record_effective_endpoints()
|
| D | emit-rtl.cc | 509 gen_rtx_INSN (machine_mode mode, rtx_insn *prev_insn, rtx_insn *next_insn, in gen_rtx_INSN() argument 514 prev_insn, next_insn, in gen_rtx_INSN() 3356 for (insn = next_insn (insn); in get_first_nonnote_insn() 3358 insn = next_insn (insn)) in get_first_nonnote_insn() 3422 next_insn (rtx_insn *insn) in next_insn() function
|
| D | sel-sched.cc | 5142 insn_t prev_insn, next_insn; in move_nop_to_previous_block() local 5148 next_insn = NEXT_INSN (nop); in move_nop_to_previous_block() 5156 SET_NEXT_INSN (note) = next_insn; in move_nop_to_previous_block() 5159 SET_PREV_INSN (next_insn) = note; in move_nop_to_previous_block()
|
| D | recog.cc | 4164 next_insn: in peephole2_optimize() 4171 goto next_insn; in peephole2_optimize()
|
| D | var-tracking.cc | 9254 rtx_insn *next_insn = next_non_note_insn_var_location (insn); in emit_notes_in_bb() local 9482 emit_notes_for_changes (next_insn, EMIT_NOTE_BEFORE_INSN, in emit_notes_in_bb() 9505 emit_notes_for_changes (next_insn, EMIT_NOTE_BEFORE_INSN, in emit_notes_in_bb() 9530 emit_notes_for_changes (next_insn, EMIT_NOTE_BEFORE_INSN, in emit_notes_in_bb() 9557 emit_notes_for_changes (next_insn, EMIT_NOTE_BEFORE_INSN, in emit_notes_in_bb()
|
| D | rtl.h | 3350 extern rtx_insn *next_insn (rtx_insn *); 3980 gen_rtx_INSN (machine_mode mode, rtx_insn *prev_insn, rtx_insn *next_insn,
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | arc-linux-tdep.c | 436 struct arc_instruction next_insn; in arc_linux_software_single_step() local 438 &next_insn); in arc_linux_software_single_step() 439 next_pcs.push_back (arc_insn_get_linear_next_pc (next_insn)); in arc_linux_software_single_step()
|
| D | nios2-tdep.c | 1497 unsigned int next_insn; in nios2_analyze_prologue() local 1499 = nios2_fetch_insn (gdbarch, pc, &next_insn); in nios2_analyze_prologue() 1501 && (nios2_match_trap (next_insn, op, mach, &uimm) in nios2_analyze_prologue() 1502 || nios2_match_break (next_insn, op, mach, &uimm))) in nios2_analyze_prologue() 1512 unsigned int next_insn; in nios2_analyze_prologue() local 1514 = nios2_fetch_insn (gdbarch, pc + imm, &next_insn); in nios2_analyze_prologue() 1516 && (nios2_match_trap (next_insn, op, mach, &uimm) in nios2_analyze_prologue() 1517 || nios2_match_break (next_insn, op, mach, &uimm))) in nios2_analyze_prologue()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-cr16.c | 2234 goto next_insn; in assemble_insn() 2249 goto next_insn; in assemble_insn() 2260 goto next_insn; in assemble_insn() 2267 goto next_insn; in assemble_insn() 2282 goto next_insn; in assemble_insn() 2289 goto next_insn; in assemble_insn() 2298 next_insn: in assemble_insn()
|
| D | tc-crx.c | 1464 goto next_insn; in assemble_insn() 1479 goto next_insn; in assemble_insn() 1505 goto next_insn; in assemble_insn() 1512 goto next_insn; in assemble_insn() 1521 next_insn: in assemble_insn()
|
| D | tc-nds32.c | 6204 struct nds32_relocs_pattern *next_insn = pattern_now->next; in nds32_elf_append_relax_relocs() local 6205 while (next_insn) in nds32_elf_append_relax_relocs() 6207 uint32_t insn_pattern = GET_OPCODE (next_insn->opcode->value); in nds32_elf_append_relax_relocs() 6210 ptr_offset = next_insn->where in nds32_elf_append_relax_relocs() 6211 - next_insn->frag->fr_literal; in nds32_elf_append_relax_relocs() 6213 next_insn->frag, in nds32_elf_append_relax_relocs() 6222 next_insn = next_insn->next; in nds32_elf_append_relax_relocs()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| D | iq2000.cc | 392 rtx_insn *next_insn = cur_insn ? NEXT_INSN (cur_insn) : NULL; in iq2000_fill_delay_slot() local 402 next_insn = NEXT_INSN (cur_insn); in iq2000_fill_delay_slot() 403 while (next_insn != 0 in iq2000_fill_delay_slot() 404 && (NOTE_P (next_insn) || LABEL_P (next_insn))) in iq2000_fill_delay_slot() 405 next_insn = NEXT_INSN (next_insn); in iq2000_fill_delay_slot() 412 || next_insn == 0 in iq2000_fill_delay_slot() 413 || LABEL_P (next_insn) in iq2000_fill_delay_slot()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | ia64.cc | 9130 rtx_insn *insn, *next_insn; in bundling() local 9174 for (next_insn = NEXT_INSN (insn); in bundling() 9175 next_insn != tail; in bundling() 9176 next_insn = NEXT_INSN (next_insn)) in bundling() 9177 if (important_for_bundling_p (next_insn) in bundling() 9178 && INSN_CODE (next_insn) != CODE_FOR_insn_group_barrier) in bundling() 9180 PUT_MODE (next_insn, TImode); in bundling() 9187 insn = next_insn) in bundling() 9191 next_insn = get_next_important_insn (NEXT_INSN (insn), tail); in bundling() 9204 = (next_insn != NULL_RTX in bundling() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | coff-sh.c | 2449 unsigned int next_insn; in _bfd_sh_align_load_span() local 2454 next_insn = bfd_get_16 (abfd, contents + i + 2); in _bfd_sh_align_load_span() 2455 next_op = sh_insn_info (next_insn); in _bfd_sh_align_load_span() 2458 && ! sh_insns_conflict (insn, op, next_insn, next_op)) in _bfd_sh_align_load_span() 2473 && sh_load_use (prev_insn, prev_op, next_insn, next_op)) in _bfd_sh_align_load_span()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | coff-sh.c | 2449 unsigned int next_insn; in _bfd_sh_align_load_span() local 2454 next_insn = bfd_get_16 (abfd, contents + i + 2); in _bfd_sh_align_load_span() 2455 next_op = sh_insn_info (next_insn); in _bfd_sh_align_load_span() 2458 && ! sh_insns_conflict (insn, op, next_insn, next_op)) in _bfd_sh_align_load_span() 2473 && sh_load_use (prev_insn, prev_op, next_insn, next_op)) in _bfd_sh_align_load_span()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.cc | 19438 is_costly_group (rtx *group_insns, rtx next_insn) in is_costly_group() argument 19456 if (next == next_insn in is_costly_group() 19480 rtx_insn *next_insn, bool *group_end, int can_issue_more, in force_new_group() argument 19489 if (next_insn == NULL_RTX || DEBUG_INSN_P (next_insn)) in force_new_group() 19495 force = is_costly_group (group_insns, next_insn); in force_new_group() 19513 if (can_issue_more && !is_branch_slot_insn (next_insn)) in force_new_group() 19521 emit_insn_before (nop, next_insn); in force_new_group() 19528 emit_insn_before (nop, next_insn); in force_new_group() 19559 emit_insn_before (nop, next_insn); in force_new_group() 19582 || (can_issue_more == 1 && !is_branch_slot_insn (next_insn)) in force_new_group() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | sh.cc | 2766 rtx_insn *next_insn = NEXT_INSN (insn); in output_branchy_insn() local 2768 if (next_insn && JUMP_P (next_insn) && condjump_p (next_insn)) in output_branchy_insn() 2770 rtx src = SET_SRC (PATTERN (next_insn)); in output_branchy_insn() 2775 emit_label_after (lab, next_insn); in output_branchy_insn() 2777 INSN_ADDRESSES (INSN_UID (next_insn)) in output_branchy_insn() 2778 + get_attr_length (next_insn)); in output_branchy_insn() 2784 int offset = (branch_dest (next_insn) in output_branchy_insn() 2785 - INSN_ADDRESSES (INSN_UID (next_insn)) + 4); in output_branchy_insn()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr.cc | 863 rtx_insn *next_insn; in avr_rest_of_handle_ifelse() local 865 for (rtx_insn *insn = get_insns(); insn; insn = next_insn) in avr_rest_of_handle_ifelse() 867 next_insn = next_nonnote_nondebug_insn (insn); in avr_rest_of_handle_ifelse() 869 if (! next_insn) in avr_rest_of_handle_ifelse() 907 && JUMP_P (next_insn) in avr_rest_of_handle_ifelse() 908 && recog_memoized (next_insn) == icode1) in avr_rest_of_handle_ifelse() 913 insn2 = as_a<rtx_jump_insn *> (next_insn); in avr_rest_of_handle_ifelse() 975 next_insn = next_nonnote_nondebug_insn (insn2); in avr_rest_of_handle_ifelse()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 19143 rtx_insn *insn, *last_insn, *subinsn, *next_insn; in mips_reorg_process_insns() local 19220 for (insn = get_insns (); insn != 0; insn = next_insn) in mips_reorg_process_insns() 19222 next_insn = NEXT_INSN (insn); in mips_reorg_process_insns() 19269 next_insn = mips_break_sequence (insn); in mips_reorg_process_insns() 19281 next_insn = mips_break_sequence (insn); in mips_reorg_process_insns() 19353 next_insn = mips_break_sequence (next); in mips_reorg_process_insns() 20859 rtx_insn *next_insn = next_real_nondebug_insn (insn); in mips_final_postscan_insn() local 20860 bool code_p = (next_insn != NULL in mips_final_postscan_insn() 20861 && INSN_P (next_insn) in mips_final_postscan_insn() 20862 && (GET_CODE (PATTERN (next_insn)) != UNSPEC_VOLATILE in mips_final_postscan_insn() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | s390.cc | 14014 rtx_insn *insn, *new_insn, *next_insn; in s390_optimize_prologue() local 14027 for (insn = get_insns (); insn; insn = next_insn) in s390_optimize_prologue() 14033 next_insn = NEXT_INSN (insn); in s390_optimize_prologue() 14374 rtx_insn *prev_insn, *next_insn; in s390_z10_optimize_cmp() local 14434 next_insn = next_active_insn (insn); in s390_z10_optimize_cmp() 14435 if (next_insn != NULL_RTX && INSN_P (next_insn) in s390_z10_optimize_cmp() 14436 && s390_non_addr_reg_read_p (*op1, next_insn)) in s390_z10_optimize_cmp()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa.cc | 3590 for (insn = get_insns (); insn; insn = next_insn (insn)) in remove_useless_addtr_insns() 3629 for (insn = get_insns (); insn; insn = next_insn (insn)) in remove_useless_addtr_insns() 3654 next = next_insn (insn); in remove_useless_addtr_insns() 3668 next = next_insn (next); in remove_useless_addtr_insns()
|