Lines Matching defs:first_push
1593 rtx first_push;
1599 first_push = XVECEXP (operands[1], 0, 1);
1600 gcc_assert (SET_P (first_push));
1601 first_push = SET_SRC (first_push);
1602 gcc_assert (REG_P (first_push));
1605 reg_names [REGNO (first_push) - last_reg],
1606 reg_names [REGNO (first_push)]);
1944 rtx first_push;
1952 first_push = XVECEXP (operands[1], 0, 1);
1953 gcc_assert (SET_P (first_push));
1954 first_push = SET_DEST (first_push);
1955 gcc_assert (REG_P (first_push));
1959 reg_names [REGNO (first_push)],
1960 reg_names [REGNO (first_push) + last_reg]);
1964 reg_names [REGNO (first_push)],
1965 reg_names [REGNO (first_push) + last_reg]);