HomeSort by: relevance | last modified time | path
    Searched defs:this_insn (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-trace.c 111 unsigned long this_insn = PROFILE_MODEL_CUR_INSN_CYCLES (CPU_PROFILE_DATA (cpu)); local
116 SIZE_CYCLE_COUNT, this_insn,
122 SIZE_CYCLE_COUNT, this_insn,
  /src/external/gpl3/gdb/dist/sim/common/
cgen-trace.c 111 unsigned long this_insn = PROFILE_MODEL_CUR_INSN_CYCLES (CPU_PROFILE_DATA (cpu)); local
116 SIZE_CYCLE_COUNT, this_insn,
122 SIZE_CYCLE_COUNT, this_insn,
  /src/external/gpl3/gcc/dist/gcc/
resource.cc 433 rtx_insn *this_insn = insn;
482 this_insn = seq->insn (i);
483 if (JUMP_P (this_insn))
493 dyn_cast <rtx_jump_insn *> (this_insn))
428 rtx_insn *this_insn = insn; local
cse.cc 260 static rtx_insn *this_insn; variable
1628 update the qtys `const_insn' to show that `this_insn' is the latest
1638 exp_ent->const_insn = this_insn;
1657 x_ent->const_insn = this_insn;
1666 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn;
4555 this_insn = insn;
dse.cc 2018 rtx_insn *insns, *this_insn;
2078 for (this_insn = insns;
2079 this_insn != NULL_RTX; this_insn = NEXT_INSN (this_insn))
2081 if (insn_invalid_p (this_insn, false))
2092 note_stores (this_insn, look_for_hardregs, regs_set);
2016 rtx_insn *insns, *this_insn; local
modulo-sched.cc 562 rtx_insn *this_insn;
599 this_insn = ps_rtl_insn (ps, move->def);
600 this_latency = insn_latency (this_insn, move->insn);
608 INSN_UID (this_insn), this_latency, this_distance,
620 this_insn = ps_rtl_insn (ps, u);
621 this_latency = insn_latency (move->insn, this_insn);
632 this_latency, this_distance, INSN_UID (this_insn));
559 rtx_insn *this_insn; local
reload.cc 190 static rtx_insn *this_insn;
1333 error_for_asm (this_insn, "cannot reload integer constant "
1347 error_for_asm (this_insn, "impossible register constraint "
1350 PATTERN (this_insn) = gen_rtx_USE (VOIDmode, const0_rtx);
1567 && find_equiv_reg (in, this_insn, NO_REGS, REGNO (out),
1593 for (note = REG_NOTES (this_insn); note; note = XEXP (note, 1))
1606 PATTERN (this_insn), inloc)
1607 && ! find_reg_fusage (this_insn, USE, XEXP (note, 0))
1614 PATTERN (this_insn)))
1890 if (INSN_CODE (this_insn) == -1
189 static rtx_insn *this_insn; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
resource.cc 433 rtx_insn *this_insn = insn;
482 this_insn = seq->insn (i);
483 if (JUMP_P (this_insn))
493 dyn_cast <rtx_jump_insn *> (this_insn))
428 rtx_insn *this_insn = insn; local
cse.cc 262 static rtx_insn *this_insn; variable
1621 update the qtys `const_insn' to show that `this_insn' is the latest
1631 exp_ent->const_insn = this_insn;
1650 x_ent->const_insn = this_insn;
1659 qty_table[REG_QTY (REGNO (x))].const_insn = this_insn;
4559 this_insn = insn;
dse.cc 1992 rtx_insn *insns, *this_insn;
2040 for (this_insn = insns;
2041 this_insn != NULL_RTX; this_insn = NEXT_INSN (this_insn))
2043 if (insn_invalid_p (this_insn, false))
2054 note_stores (this_insn, look_for_hardregs, regs_set);
1990 rtx_insn *insns, *this_insn; local
modulo-sched.cc 562 rtx_insn *this_insn;
599 this_insn = ps_rtl_insn (ps, move->def);
600 this_latency = insn_latency (this_insn, move->insn);
608 INSN_UID (this_insn), this_latency, this_distance,
620 this_insn = ps_rtl_insn (ps, u);
621 this_latency = insn_latency (move->insn, this_insn);
632 this_latency, this_distance, INSN_UID (this_insn));
559 rtx_insn *this_insn; local
reload.cc 190 static rtx_insn *this_insn;
1333 error_for_asm (this_insn, "cannot reload integer constant "
1347 error_for_asm (this_insn, "impossible register constraint "
1350 PATTERN (this_insn) = gen_rtx_USE (VOIDmode, const0_rtx);
1567 && find_equiv_reg (in, this_insn, NO_REGS, REGNO (out),
1593 for (note = REG_NOTES (this_insn); note; note = XEXP (note, 1))
1606 PATTERN (this_insn), inloc)
1607 && ! find_reg_fusage (this_insn, USE, XEXP (note, 0))
1614 PATTERN (this_insn)))
1890 if (INSN_CODE (this_insn) == -1
189 static rtx_insn *this_insn; variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
tilegx-tdep.c 442 struct tilegx_decoded_instruction *this_insn = &decoded[i]; local
443 long long *operands = this_insn->operand_values;
444 const struct tilegx_opcode *opcode = this_insn->opcode;
645 if (this_insn->operands[j]->is_dest_reg)
  /src/external/gpl3/gdb/dist/gdb/
tilegx-tdep.c 442 struct tilegx_decoded_instruction *this_insn = &decoded[i]; local
443 long long *operands = this_insn->operand_values;
444 const struct tilegx_opcode *opcode = this_insn->opcode;
645 if (this_insn->operands[j]->is_dest_reg)
  /src/external/gpl3/binutils/dist/gas/config/
tc-frv.c 628 struct vliw_insn_list *this_insn;
635 for (this_insn = this_chain->insn_list; this_insn; this_insn = this_insn->next)
637 if (this_insn->type == VLIW_LABEL_TYPE)
638 fprintf (stderr, "Label Value: %p\n", this_insn->sym);
639 else if (this_insn->type == VLIW_BRANCH_TYPE)
640 fprintf (stderr, "%s to %p\n", this_insn->insn->base->name, this_insn->sym)
626 struct vliw_insn_list *this_insn; local
652 struct vliw_insn_list *this_insn; local
843 struct vliw_insn_list *this_insn = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-frv.c 628 struct vliw_insn_list *this_insn;
635 for (this_insn = this_chain->insn_list; this_insn; this_insn = this_insn->next)
637 if (this_insn->type == VLIW_LABEL_TYPE)
638 fprintf (stderr, "Label Value: %p\n", this_insn->sym);
639 else if (this_insn->type == VLIW_BRANCH_TYPE)
640 fprintf (stderr, "%s to %p\n", this_insn->insn->base->name, this_insn->sym)
626 struct vliw_insn_list *this_insn; local
652 struct vliw_insn_list *this_insn; local
843 struct vliw_insn_list *this_insn = NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 8794 rtx_insn *this_insn = seq->insn (i);
8795 rtx set = single_set (this_insn);
8797 if (CALL_P (this_insn))
8799 else if (JUMP_P (this_insn))
8801 if (INSN_ANNULLED_BRANCH_P (this_insn))
8816 && reg_overlap_mentioned_p (reg, PATTERN (this_insn)))
8779 rtx_insn *this_insn = seq->insn (i); local
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 5275 rtx_insn *this_insn = start_insn;
5306 this_insn = NEXT_INSN (this_insn);
5317 this_insn = next_nonnote_insn (this_insn);
5318 if (!this_insn)
5323 if (GET_CODE (this_insn) == BARRIER)
5325 if (GET_CODE (this_insn) == CODE_LABEL
5326 && this_insn == label)
5336 switch (GET_CODE (this_insn))
5274 rtx_insn *this_insn = start_insn; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 8793 rtx_insn *this_insn = seq->insn (i);
8794 rtx set = single_set (this_insn);
8796 if (CALL_P (this_insn))
8798 else if (JUMP_P (this_insn))
8800 if (INSN_ANNULLED_BRANCH_P (this_insn))
8815 && reg_overlap_mentioned_p (reg, PATTERN (this_insn)))
8778 rtx_insn *this_insn = seq->insn (i); local

Completed in 171 milliseconds