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

  /src/external/gpl3/gcc/dist/gcc/
simplify-rtx.cc 1069 rtx true_rtx = XEXP (op, 1);
1072 if ((GET_CODE (true_rtx) == NEG
1073 && rtx_equal_p (XEXP (true_rtx, 0), false_rtx))
1075 && rtx_equal_p (XEXP (false_rtx, 0), true_rtx)))
1082 std::swap (true_rtx, false_rtx);
1085 mode, temp, true_rtx, false_rtx);
1061 rtx true_rtx = XEXP (op, 1); local
genattrtab.cc 240 static rtx true_rtx, false_rtx; variable
530 return true_rtx;
785 return true_rtx;
1687 if (newtest == true_rtx)
1816 if (code == AND && term == true_rtx)
1820 if (code == AND && exp == true_rtx)
1824 if (code == IOR && term == true_rtx)
1825 return true_rtx;
1828 if (code == IOR && exp == true_rtx)
1829 return true_rtx;
    [all...]
combine.cc 5781 rtx cond, true_rtx, false_rtx;
5783 cond = if_then_else_cond (x, &true_rtx, &false_rtx);
5788 && (COMPARISON_P (true_rtx) || COMPARISON_P (false_rtx)))
5791 && ! rtx_equal_p (x, true_rtx)
5802 here since true_rtx or false_rtx might share RTL with x as a
5804 true_rtx = subst (copy_rtx (true_rtx), pc_rtx, pc_rtx,
5809 /* If true_rtx and false_rtx are not general_operands, an if_then_else
5811 if (general_operand (true_rtx, VOIDmode)
5821 if (true_rtx == const_true_rtx && false_rtx == const0_rtx
5763 rtx cond, true_rtx, false_rtx; local
6421 rtx true_rtx = XEXP (x, 1); local
6530 SUBST (XEXP (x, 2), true_rtx); local
7046 rtx true_rtx = (GET_CODE (XEXP (src, 0)) == NE local
    [all...]
optabs.cc 4909 rtx true_rtx, false_rtx;
4953 true_rtx = const_true_rtx;
4961 true_rtx = const0_rtx;
4966 true_rtx = const_true_rtx;
4971 true_rtx = const1_rtx;
4976 true_rtx = const0_rtx;
4981 true_rtx = constm1_rtx;
4986 true_rtx = const0_rtx;
5007 equiv, true_rtx, false_rtx);
4894 rtx true_rtx, false_rtx; local
  /src/external/gpl3/gcc.old/dist/gcc/
simplify-rtx.cc 1069 rtx true_rtx = XEXP (op, 1);
1072 if ((GET_CODE (true_rtx) == NEG
1073 && rtx_equal_p (XEXP (true_rtx, 0), false_rtx))
1075 && rtx_equal_p (XEXP (false_rtx, 0), true_rtx)))
1082 std::swap (true_rtx, false_rtx);
1085 mode, temp, true_rtx, false_rtx);
1061 rtx true_rtx = XEXP (op, 1); local
genattrtab.cc 240 static rtx true_rtx, false_rtx; variable
530 return true_rtx;
785 return true_rtx;
1687 if (newtest == true_rtx)
1816 if (code == AND && term == true_rtx)
1820 if (code == AND && exp == true_rtx)
1824 if (code == IOR && term == true_rtx)
1825 return true_rtx;
1828 if (code == IOR && exp == true_rtx)
1829 return true_rtx;
    [all...]
optabs.cc 4725 rtx true_rtx, false_rtx;
4769 true_rtx = const_true_rtx;
4777 true_rtx = const0_rtx;
4782 true_rtx = const_true_rtx;
4787 true_rtx = const1_rtx;
4792 true_rtx = const0_rtx;
4797 true_rtx = constm1_rtx;
4802 true_rtx = const0_rtx;
4823 equiv, true_rtx, false_rtx);
4709 rtx true_rtx, false_rtx; local
combine.cc 5741 rtx cond, true_rtx, false_rtx;
5743 cond = if_then_else_cond (x, &true_rtx, &false_rtx);
5748 && (COMPARISON_P (true_rtx) || COMPARISON_P (false_rtx)))
5751 && ! rtx_equal_p (x, true_rtx)
5762 here since true_rtx or false_rtx might share RTL with x as a
5764 true_rtx = subst (copy_rtx (true_rtx), pc_rtx, pc_rtx, 0, 0, 0);
5767 /* If true_rtx and false_rtx are not general_operands, an if_then_else
5769 if (general_operand (true_rtx, VOIDmode)
5779 if (true_rtx == const_true_rtx && false_rtx == const0_rtx
5723 rtx cond, true_rtx, false_rtx; local
6381 rtx true_rtx = XEXP (x, 1); local
6490 SUBST (XEXP (x, 2), true_rtx); local
7006 rtx true_rtx = (GET_CODE (XEXP (src, 0)) == NE local
    [all...]

Completed in 104 milliseconds