HomeSort by: relevance | last modified time | path
    Searched defs:first_push (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rx/
rx.cc 1594 rtx first_push;
1600 first_push = XVECEXP (operands[1], 0, 1);
1601 gcc_assert (SET_P (first_push));
1602 first_push = SET_SRC (first_push);
1603 gcc_assert (REG_P (first_push));
1606 reg_names [REGNO (first_push) - last_reg],
1607 reg_names [REGNO (first_push)]);
1945 rtx first_push;
1953 first_push = XVECEXP (operands[1], 0, 1)
1588 rtx first_push; local
1939 rtx first_push; local
    [all...]
rx.cc 1594 rtx first_push;
1600 first_push = XVECEXP (operands[1], 0, 1);
1601 gcc_assert (SET_P (first_push));
1602 first_push = SET_SRC (first_push);
1603 gcc_assert (REG_P (first_push));
1606 reg_names [REGNO (first_push) - last_reg],
1607 reg_names [REGNO (first_push)]);
1945 rtx first_push;
1953 first_push = XVECEXP (operands[1], 0, 1)
1588 rtx first_push; local
1939 rtx first_push; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.cc 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)
1587 rtx first_push; local
1938 rtx first_push; local
    [all...]
rx.cc 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)
1587 rtx first_push; local
1938 rtx first_push; local
    [all...]

Completed in 48 milliseconds