Lines Matching refs:op_b
1740 rtx op_b = XEXP (if_info->cond, 1); in noce_get_alt_condition() local
1758 else if (rtx_equal_p (op_b, SET_DEST (PATTERN (prev_insn)))) in noce_get_alt_condition()
1759 op_b = src; in noce_get_alt_condition()
1764 op_a = op_b; in noce_get_alt_condition()
1765 op_b = tmp; in noce_get_alt_condition()
1773 if (CONST_INT_P (op_b)) in noce_get_alt_condition()
1776 HOST_WIDE_INT actual_val = INTVAL (op_b); in noce_get_alt_condition()
1784 op_b = GEN_INT (desired_val); in noce_get_alt_condition()
1791 op_b = GEN_INT (desired_val); in noce_get_alt_condition()
1798 op_b = GEN_INT (desired_val); in noce_get_alt_condition()
1805 op_b = GEN_INT (desired_val); in noce_get_alt_condition()
1818 || op_b != XEXP (if_info->cond, 1)) in noce_get_alt_condition()
1820 cond = gen_rtx_fmt_ee (code, GET_MODE (cond), op_a, op_b); in noce_get_alt_condition()