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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-logue.cc 2982 rtx not_more = gen_label_rtx ();
2987 gen_rtx_LABEL_REF (VOIDmode, not_more),
2990 JUMP_LABEL (jump) = not_more;
2991 LABEL_NUSES (not_more) += 1;
2993 emit_label (not_more);
2978 rtx not_more = gen_label_rtx (); local
rs6000-logue.cc 2982 rtx not_more = gen_label_rtx ();
2987 gen_rtx_LABEL_REF (VOIDmode, not_more),
2990 JUMP_LABEL (jump) = not_more;
2991 LABEL_NUSES (not_more) += 1;
2993 emit_label (not_more);
2978 rtx not_more = gen_label_rtx (); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-logue.cc 2989 rtx not_more = gen_label_rtx ();
2994 gen_rtx_LABEL_REF (VOIDmode, not_more),
2997 JUMP_LABEL (jump) = not_more;
2998 LABEL_NUSES (not_more) += 1;
3000 emit_label (not_more);
2985 rtx not_more = gen_label_rtx (); local
rs6000-logue.cc 2989 rtx not_more = gen_label_rtx ();
2994 gen_rtx_LABEL_REF (VOIDmode, not_more),
2997 JUMP_LABEL (jump) = not_more;
2998 LABEL_NUSES (not_more) += 1;
3000 emit_label (not_more);
2985 rtx not_more = gen_label_rtx (); local

Completed in 60 milliseconds