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

/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-i386.h128 #define END_OF_INSN '\0' macro
H A Dtc-i386.c1967 && *l != END_OF_INSN
1988 if (*l != END_OF_INSN
1989 && (!is_space_char (*l) || l[1] != END_OF_INSN)
2171 while (*l != END_OF_INSN)
2176 if (!is_operand_char (*l) && *l != END_OF_INSN)
2187 if (*l == END_OF_INSN)
2264 /* Now *l must be either ',' or END_OF_INSN. */
2267 if (*++l == END_OF_INSN)

Completed in 99 milliseconds