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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 2286 rtx cond0 = gen_reg_rtx (CCmode); local
2287 emit_move_insn (cond0, gen_rtx_COMPARE (CCmode, tmp_reg_src1,
2290 rtx cmp0eq_rtx = gen_rtx_EQ (VOIDmode, cond0, const0_rtx);
rs6000-string.cc 2286 rtx cond0 = gen_reg_rtx (CCmode); local
2287 emit_move_insn (cond0, gen_rtx_COMPARE (CCmode, tmp_reg_src1,
2290 rtx cmp0eq_rtx = gen_rtx_EQ (VOIDmode, cond0, const0_rtx);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 2295 rtx cond0 = gen_reg_rtx (CCmode); local
2296 emit_move_insn (cond0, gen_rtx_COMPARE (CCmode, tmp_reg_src1,
2299 rtx cmp0eq_rtx = gen_rtx_EQ (VOIDmode, cond0, const0_rtx);
rs6000-string.cc 2295 rtx cond0 = gen_reg_rtx (CCmode); local
2296 emit_move_insn (cond0, gen_rtx_COMPARE (CCmode, tmp_reg_src1,
2299 rtx cmp0eq_rtx = gen_rtx_EQ (VOIDmode, cond0, const0_rtx);
  /src/external/gpl3/gcc/dist/gcc/
combine.cc 9286 rtx cond0, cond1, true0, true1, false0, false1;
9302 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0)
9307 return cond0;
9322 cond0 = if_then_else_cond (op0, &true0, &false0);
9325 if ((cond0 != 0 && cond1 != 0 && !rtx_equal_p (cond0, cond1))
9333 cond0 = 0;
9343 if ((cond0 != 0 || cond1 != 0)
9344 && ! (cond0 != 0 && cond1 != 0 && !rtx_equal_p (cond0, cond1))
9257 rtx cond0, cond1, true0, true1, false0, false1; local
    [all...]
combine.cc 9286 rtx cond0, cond1, true0, true1, false0, false1;
9302 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0)
9307 return cond0;
9322 cond0 = if_then_else_cond (op0, &true0, &false0);
9325 if ((cond0 != 0 && cond1 != 0 && !rtx_equal_p (cond0, cond1))
9333 cond0 = 0;
9343 if ((cond0 != 0 || cond1 != 0)
9344 && ! (cond0 != 0 && cond1 != 0 && !rtx_equal_p (cond0, cond1))
9257 rtx cond0, cond1, true0, true1, false0, false1; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 9235 rtx cond0, cond1, true0, true1, false0, false1;
9251 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0)
9256 return cond0;
9271 cond0 = if_then_else_cond (op0, &true0, &false0);
9274 if ((cond0 != 0 && cond1 != 0 && !rtx_equal_p (cond0, cond1))
9282 cond0 = 0;
9292 if ((cond0 != 0 || cond1 != 0)
9293 && ! (cond0 != 0 && cond1 != 0 && !rtx_equal_p (cond0, cond1))
9206 rtx cond0, cond1, true0, true1, false0, false1; local
    [all...]
combine.cc 9235 rtx cond0, cond1, true0, true1, false0, false1;
9251 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0)
9256 return cond0;
9271 cond0 = if_then_else_cond (op0, &true0, &false0);
9274 if ((cond0 != 0 && cond1 != 0 && !rtx_equal_p (cond0, cond1))
9282 cond0 = 0;
9292 if ((cond0 != 0 || cond1 != 0)
9293 && ! (cond0 != 0 && cond1 != 0 && !rtx_equal_p (cond0, cond1))
9206 rtx cond0, cond1, true0, true1, false0, false1; local
    [all...]

Completed in 86 milliseconds