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

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic30.h34 #define END_OF_INSN '\0' macro
H A Dtc-maxq.h93 #define END_OF_INSN '\0' macro
H A Dtc-tic30.c743 && *current_posn != END_OF_INSN)
763 if (*current_posn == END_OF_INSN)
830 /* Now *current_posn must be either ',' or END_OF_INSN. */
833 if (*++current_posn == END_OF_INSN)
842 while (*current_posn != END_OF_INSN);
1481 if (*current_posn != END_OF_INSN)
1491 && *current_posn != END_OF_INSN)
1506 if (*current_posn == END_OF_INSN)
1564 /* Now *current_posn must be either ',' or END_OF_INSN. */
1567 if (*++current_posn == END_OF_INSN)
[all...]
H A Dtc-maxq.c53 #ifndef END_OF_INSN
54 #define END_OF_INSN '\0' macro
833 memset (temp, END_OF_INSN, MAX_MNEM_SIZE);
848 if (!is_space_char (*l) && *l != END_OF_INSN)
909 else if (imm_start[k] == END_OF_INSN)
1565 memset (op_string, END_OF_INSN, (MAX_OPERAND_SIZE + 1));
1566 memset (org_case_op_string, END_OF_INSN, (MAX_OPERAND_SIZE + 1));
1871 while (*l != END_OF_INSN)
1877 if (!is_operand_char (*l) && *l != END_OF_INSN)
1888 if (*l == END_OF_INSN)
[all...]
H A Dtc-i386.h142 #define END_OF_INSN '\0' macro
H A Dtc-i386.c1660 && *l != END_OF_INSN
1681 if (*l != END_OF_INSN
1682 && (!is_space_char (*l) || l[1] != END_OF_INSN)
1866 while (*l != END_OF_INSN)
1871 if (!is_operand_char (*l) && *l != END_OF_INSN)
1882 if (*l == END_OF_INSN)
1959 /* Now *l must be either ',' or END_OF_INSN. */
1962 if (*++l == END_OF_INSN)
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic30.h38 #define END_OF_INSN '\0' macro
H A Dtc-tic30.c314 if (*current_posn != END_OF_INSN)
322 while (!is_operand_char (*current_posn) && *current_posn != END_OF_INSN)
337 if (*current_posn == END_OF_INSN)
391 /* now *current_posn must be either ',' or END_OF_INSN */
394 if (*++current_posn == END_OF_INSN)
402 while (*current_posn != END_OF_INSN); /* until we get end of insn */
870 while (!is_operand_char (*current_posn) && *current_posn != END_OF_INSN)
887 if (*current_posn == END_OF_INSN)
948 /* now *current_posn must be either ',' or END_OF_INSN */
951 if (*++current_posn == END_OF_INSN)
[all...]
H A Dtc-i386.h146 #define END_OF_INSN '\0' macro
H A Dtc-i386.c1517 && *l != END_OF_INSN
1537 if (*l != END_OF_INSN
1538 && (!is_space_char (*l) || l[1] != END_OF_INSN)
1680 while (*l != END_OF_INSN)
1685 if (!is_operand_char (*l) && *l != END_OF_INSN)
1696 if (*l == END_OF_INSN)
1773 /* Now *l must be either ',' or END_OF_INSN. */
1776 if (*++l == END_OF_INSN)

Completed in 269 milliseconds