Home
last modified time | relevance | path

Searched refs:op_b (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDifcvt.c1740 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()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDifcvt.c2342 rtx op_b = XEXP (if_info->cond, 1); in noce_get_alt_condition() local
2360 else if (rtx_equal_p (op_b, SET_DEST (PATTERN (prev_insn)))) in noce_get_alt_condition()
2361 op_b = src; in noce_get_alt_condition()
2365 std::swap (op_a, op_b); in noce_get_alt_condition()
2373 if (CONST_INT_P (op_b)) in noce_get_alt_condition()
2376 HOST_WIDE_INT actual_val = INTVAL (op_b); in noce_get_alt_condition()
2385 op_b = GEN_INT (desired_val); in noce_get_alt_condition()
2393 op_b = GEN_INT (desired_val); in noce_get_alt_condition()
2401 op_b = GEN_INT (desired_val); in noce_get_alt_condition()
2409 op_b = GEN_INT (desired_val); in noce_get_alt_condition()
[all …]