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

  /src/external/gpl3/gcc/dist/gcc/
ifcvt.cc 2969 rtx op0, op1, bin_exp;
2991 bin_exp = a;
2994 op1 = get_base_reg (XEXP (bin_exp, 1));
2995 if (op1 && rtx_equal_p (op1, b) && COMMUTATIVE_ARITH_P (bin_exp))
2996 std::swap (XEXP (bin_exp, 0), XEXP (bin_exp, 1));
2998 op0 = get_base_reg (XEXP (bin_exp, 0));
3002 bin_op1 = XEXP (bin_exp, 1);
3003 czero_code = (reverse ^ (GET_CODE (bin_exp) == AND))
3014 *to_replace = &XEXP (bin_exp, 1)
2966 rtx op0, op1, bin_exp; local
3035 rtx bin_exp = NULL_RTX; local
    [all...]

Completed in 38 milliseconds