Searched refs:new_i2_dest (Results 1 – 2 of 2) sorted by relevance
3737 rtx new_i2_dest = SET_DEST (i2set); in try_combine() local3744 while (GET_CODE (new_i2_dest) == ZERO_EXTRACT in try_combine()3745 || GET_CODE (new_i2_dest) == STRICT_LOW_PART in try_combine()3746 || GET_CODE (new_i2_dest) == SUBREG) in try_combine()3747 new_i2_dest = XEXP (new_i2_dest, 0); in try_combine()3750 && REG_P (new_i2_dest) in try_combine()3751 && REGNO (new_i3_dest) == REGNO (new_i2_dest) in try_combine()3752 && REGNO (new_i2_dest) < reg_n_sets_max) in try_combine()3753 INC_REG_N_SETS (REGNO (new_i2_dest), 1); in try_combine()
3574 rtx new_i2_dest = SET_DEST (i2set); in try_combine() local3581 while (GET_CODE (new_i2_dest) == ZERO_EXTRACT in try_combine()3582 || GET_CODE (new_i2_dest) == STRICT_LOW_PART in try_combine()3583 || GET_CODE (new_i2_dest) == SUBREG) in try_combine()3584 new_i2_dest = XEXP (new_i2_dest, 0); in try_combine()3587 && REG_P (new_i2_dest) in try_combine()3588 && REGNO (new_i3_dest) == REGNO (new_i2_dest)) in try_combine()3589 INC_REG_N_SETS (REGNO (new_i2_dest), 1); in try_combine()