Searched refs:new_i3_dest (Results 1 – 1 of 1) sorted by relevance
2665 rtx new_i3_dest = SET_DEST (i3set); in try_combine() local2668 while (GET_CODE (new_i3_dest) == ZERO_EXTRACT in try_combine()2669 || GET_CODE (new_i3_dest) == STRICT_LOW_PART in try_combine()2670 || GET_CODE (new_i3_dest) == SUBREG) in try_combine()2671 new_i3_dest = XEXP (new_i3_dest, 0); in try_combine()2678 if (REG_P (new_i3_dest) in try_combine()2680 && REGNO (new_i3_dest) == REGNO (new_i2_dest)) in try_combine()