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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 15860 rtx not_result = gen_reg_rtx (CCEQmode);
15869 emit_insn (gen_rtx_SET (not_result, not_op));
15870 condition_rtx = gen_rtx_EQ (VOIDmode, not_result, const0_rtx);
15828 rtx not_result = gen_reg_rtx (CCEQmode); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 15402 rtx not_result = gen_reg_rtx (CCEQmode);
15411 emit_insn (gen_rtx_SET (not_result, not_op));
15412 condition_rtx = gen_rtx_EQ (VOIDmode, not_result, const0_rtx);
15370 rtx not_result = gen_reg_rtx (CCEQmode); local

Completed in 58 milliseconds