Searched refs:RECOG (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenrecog.c150 RECOG, SPLIT, PEEPHOLE2 enumerator in enum:routine_type
153 #define IS_SPLIT(X) ((X) != RECOG)
2142 gcc_assert (subroutine_type == RECOG);
2194 case RECOG:
2254 case RECOG:
2425 else if (type == RECOG)
2432 case RECOG:
2545 TYPE says what type of routine we are recognizing (RECOG or SPLIT). */
2551 const char *c_test = XSTR (insn, type == RECOG ? 2 : 1);
2587 else if (XVECLEN (insn, type == RECOG)
[all...]

Completed in 120 milliseconds