HomeSort by: relevance | last modified time | path
    Searched refs:this_target (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-cfgcleanup.cc 823 tree this_target = gimple_label_label (label_stmt); local
824 if (DECL_NONLOCAL (this_target))
826 if (FORCED_LABEL (this_target))
830 target = this_target;
builtins.cc 2815 rtx this_target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
2816 if (maybe_emit_unop_insn (icode, this_target, temp, UNKNOWN))
2817 return this_target;
6252 rtx this_target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
6253 if (maybe_emit_unop_insn (icode, this_target, temp, UNKNOWN))
6254 return this_target;
2814 rtx this_target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp))); local
6251 rtx this_target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp))); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfgcleanup.cc 806 tree this_target = gimple_label_label (label_stmt); local
807 if (DECL_NONLOCAL (this_target))
809 if (FORCED_LABEL (this_target))
813 target = this_target;
  /src/external/gpl3/binutils.old/dist/gas/
configure 12115 for this_target in $target $canon_targets ; do
12117 targ=${this_target}
12130 if test ${this_target} = $target ; then
12146 if test ${this_target} = $target \
12157 if test ${this_target} = $target \
12174 if test ${this_target} = $target; then
12185 if test ${this_target} = $target ; then
12359 if test $this_target = $target ; then
12379 if test $this_target = $target ; then
12561 if test $this_target = $target ; the
    [all...]
  /src/external/gpl3/binutils/dist/gas/
configure 12486 for this_target in $target $canon_targets ; do
12488 targ=${this_target}
12501 if test ${this_target} = $target ; then
12517 if test ${this_target} = $target \
12535 if test ${this_target} = $target ; then
12722 if test $this_target = $target ; then
12742 if test $this_target = $target ; then
12924 if test $this_target = $target ; then
12935 if test $this_target = $target ; then
13025 if test $this_target = $target ; the
    [all...]

Completed in 87 milliseconds