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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 15861 rtx not_op, rev_cond_rtx;
15868 not_op = gen_rtx_COMPARE (CCEQmode, rev_cond_rtx, const0_rtx);
15869 emit_insn (gen_rtx_SET (not_result, not_op));
15829 rtx not_op, rev_cond_rtx; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 15403 rtx not_op, rev_cond_rtx;
15410 not_op = gen_rtx_COMPARE (CCEQmode, rev_cond_rtx, const0_rtx);
15411 emit_insn (gen_rtx_SET (not_result, not_op));
15371 rtx not_op, rev_cond_rtx; local

Completed in 117 milliseconds