Home | History | Annotate | Download | only in tilepro

Lines Matching refs:unspec

574     case UNSPEC:
1147 if (GET_CODE (x) == CONST && GET_CODE (XEXP (x, 0)) == UNSPEC)
1503 /* Fixup for UNSPEC addresses. */
1507 && GET_CODE (XEXP (XEXP (operands[1], 0), 0)) == UNSPEC)
1509 rtx unspec = XEXP (XEXP (operands[1], 0), 0);
1510 int unspec_num = XINT (unspec, 1);
1514 XVECEXP (unspec, 0, 0),
1515 XVECEXP (unspec, 0, 1)));
1521 XVECEXP (unspec, 0, 0)));
1527 XVECEXP (unspec, 0, 0)));
1533 XVECEXP (unspec, 0, 0)));
1539 XVECEXP (unspec, 0, 0)));
4068 rtx unspec;
4079 unspec = XEXP (XEXP (SET_SRC (pattern), 1), 0);
4081 return (GET_CODE (unspec) == UNSPEC
4082 && XINT (unspec, 1) == UNSPEC_PCREL_SYM);
4092 rtx unspec;
4104 unspec = XEXP (XEXP (set_src, 1), 0);
4105 gcc_assert (GET_CODE (unspec) == UNSPEC);
4106 gcc_assert (XINT (unspec, 1) == UNSPEC_PCREL_SYM);
4107 opnds[2] = XVECEXP (unspec, 0, 0);
4108 opnds[3] = XVECEXP (unspec, 0, 1);
4126 rtx unspec;
4140 unspec = XEXP (XEXP (high, 0), 0);
4142 return (GET_CODE (unspec) == UNSPEC
4143 && XINT (unspec, 1) == UNSPEC_PCREL_SYM);
4154 rtx unspec;
4169 unspec = XEXP (XEXP (high, 0), 0);
4170 gcc_assert (GET_CODE (unspec) == UNSPEC);
4171 gcc_assert (XINT (unspec, 1) == UNSPEC_PCREL_SYM);
4172 opnds[2] = XVECEXP (unspec, 0, 0);
4173 opnds[3] = XVECEXP (unspec, 0, 1);
4536 && GET_CODE (XEXP (x, 0)) == UNSPEC)
4633 && GET_CODE (XEXP (x, 0)) == UNSPEC)