| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-frv.c | 626 struct vliw_insn_list *this_insn; in frv_debug_tomcat() local 633 for (this_insn = this_chain->insn_list; this_insn; this_insn = this_insn->next) in frv_debug_tomcat() 635 if (this_insn->type == VLIW_LABEL_TYPE) in frv_debug_tomcat() 636 fprintf (stderr, "Label Value: %p\n", this_insn->sym); in frv_debug_tomcat() 637 else if (this_insn->type == VLIW_BRANCH_TYPE) in frv_debug_tomcat() 638 fprintf (stderr, "%s to %p\n", this_insn->insn->base->name, this_insn->sym); in frv_debug_tomcat() 639 else if (this_insn->type == VLIW_BRANCH_HAS_NOPS) in frv_debug_tomcat() 640 fprintf (stderr, "nop'd %s to %p\n", this_insn->insn->base->name, this_insn->sym); in frv_debug_tomcat() 641 else if (this_insn->type == VLIW_NOP_TYPE) in frv_debug_tomcat() 644 fprintf (stderr, " %s\n", this_insn->insn->base->name); in frv_debug_tomcat() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | cgen-trace.c | 111 unsigned long this_insn = PROFILE_MODEL_CUR_INSN_CYCLES (CPU_PROFILE_DATA (cpu)); in cgen_trace_insn_fini() local 116 SIZE_CYCLE_COUNT, this_insn, in cgen_trace_insn_fini() 122 SIZE_CYCLE_COUNT, this_insn, in cgen_trace_insn_fini()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | reload.cc | 189 static rtx_insn *this_insn; variable 1328 error_for_asm (this_insn, "cannot reload integer constant " in push_reload() 1342 error_for_asm (this_insn, "impossible register constraint " in push_reload() 1345 PATTERN (this_insn) = gen_rtx_USE (VOIDmode, const0_rtx); in push_reload() 1562 && find_equiv_reg (in, this_insn, NO_REGS, REGNO (out), in push_reload() 1588 for (note = REG_NOTES (this_insn); note; note = XEXP (note, 1)) in push_reload() 1601 PATTERN (this_insn), inloc) in push_reload() 1602 && ! find_reg_fusage (this_insn, USE, XEXP (note, 0)) in push_reload() 1609 PATTERN (this_insn))) in push_reload() 1882 if (INSN_CODE (this_insn) == -1) in combine_reloads() [all …]
|
| D | resource.cc | 428 rtx_insn *this_insn = insn; in find_dead_or_set_registers() local 477 this_insn = seq->insn (i); in find_dead_or_set_registers() 478 if (JUMP_P (this_insn)) in find_dead_or_set_registers() 488 dyn_cast <rtx_jump_insn *> (this_insn)) in find_dead_or_set_registers()
|
| D | dse.cc | 1990 rtx_insn *insns, *this_insn; in replace_read() local 2038 for (this_insn = insns; in replace_read() 2039 this_insn != NULL_RTX; this_insn = NEXT_INSN (this_insn)) in replace_read() 2041 if (insn_invalid_p (this_insn, false)) in replace_read() 2052 note_stores (this_insn, look_for_hardregs, regs_set); in replace_read()
|
| D | modulo-sched.cc | 559 rtx_insn *this_insn; in schedule_reg_move() local 596 this_insn = ps_rtl_insn (ps, move->def); in schedule_reg_move() 597 this_latency = insn_latency (this_insn, move->insn); in schedule_reg_move() 605 INSN_UID (this_insn), this_latency, this_distance, in schedule_reg_move() 617 this_insn = ps_rtl_insn (ps, u); in schedule_reg_move() 618 this_latency = insn_latency (move->insn, this_insn); in schedule_reg_move() 629 this_latency, this_distance, INSN_UID (this_insn)); in schedule_reg_move()
|
| D | cse.cc | 262 static rtx_insn *this_insn; variable 1626 exp_ent->const_insn = this_insn; in insert_with_costs() 1645 x_ent->const_insn = this_insn; in insert_with_costs() 1654 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn; in insert_with_costs() 4536 this_insn = insn; in cse_insn()
|
| D | ChangeLog-2014 | 19188 local "this_insn" from rtx to rtx_insn *, and for clarity. 19246 enable strengthening local "this_insn" from rtx to rtx_insn *. 21714 (replace_read): Likewise for locals "insns", "this_insn". 25239 "start_insn", "this_insn". 25264 "start_insn", "this_insn". 25746 * reload.c (this_insn): Likewise for this global. 26097 (schedule_reg_move): Likewise for local "this_insn". 26903 (this_insn): Strengthen from rtx to rtx_insn *.
|
| D | ChangeLog-2017 | 37093 this_insn if it is an INSN or JUMP_INSN.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | tilegx-tdep.c | 442 struct tilegx_decoded_instruction *this_insn = &decoded[i]; in tilegx_analyze_prologue() local 443 long long *operands = this_insn->operand_values; in tilegx_analyze_prologue() 444 const struct tilegx_opcode *opcode = this_insn->opcode; in tilegx_analyze_prologue() 645 if (this_insn->operands[j]->is_dest_reg) in tilegx_analyze_prologue()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/ |
| D | arc.cc | 5274 rtx_insn *this_insn = start_insn; in arc_ccfsm_advance() local 5305 this_insn = NEXT_INSN (this_insn); in arc_ccfsm_advance() 5316 this_insn = next_nonnote_insn (this_insn); in arc_ccfsm_advance() 5317 if (!this_insn) in arc_ccfsm_advance() 5322 if (GET_CODE (this_insn) == BARRIER) in arc_ccfsm_advance() 5324 if (GET_CODE (this_insn) == CODE_LABEL in arc_ccfsm_advance() 5325 && this_insn == label) in arc_ccfsm_advance() 5335 switch (GET_CODE (this_insn)) in arc_ccfsm_advance() 5340 if (this_insn == label) in arc_ccfsm_advance() 5362 if (get_attr_cond (this_insn) == COND_CANUSE) in arc_ccfsm_advance() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 25290 rtx_insn *this_insn = start_insn; in arm_final_prescan_insn() local 25328 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn() 25329 if (!this_insn) in arm_final_prescan_insn() 25332 switch (GET_CODE (this_insn)) in arm_final_prescan_insn() 25337 if (this_insn == label) in arm_final_prescan_insn() 25351 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn() 25352 if (this_insn && this_insn == label) in arm_final_prescan_insn() 25375 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn() 25376 if (this_insn && BARRIER_P (this_insn)) in arm_final_prescan_insn() 25377 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | sh.cc | 8778 rtx_insn *this_insn = seq->insn (i); in reg_unused_after() local 8779 rtx set = single_set (this_insn); in reg_unused_after() 8781 if (CALL_P (this_insn)) in reg_unused_after() 8783 else if (JUMP_P (this_insn)) in reg_unused_after() 8785 if (INSN_ANNULLED_BRANCH_P (this_insn)) in reg_unused_after() 8800 && reg_overlap_mentioned_p (reg, PATTERN (this_insn))) in reg_unused_after()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr.cc | 9991 rtx_insn *this_insn = seq->insn (i); in _reg_unused_after() local 9992 rtx set = single_set (this_insn); in _reg_unused_after() 9994 if (CALL_P (this_insn)) in _reg_unused_after() 9996 else if (JUMP_P (this_insn)) in _reg_unused_after() 9998 if (INSN_ANNULLED_BRANCH_P (this_insn)) in _reg_unused_after() 10013 && reg_overlap_mentioned_p (reg, PATTERN (this_insn))) in _reg_unused_after()
|