Home
last modified time | relevance | path

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

/openbsd/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) in tic30_parallel_insn()
763 if (*current_posn == END_OF_INSN) in tic30_parallel_insn()
833 if (*++current_posn == END_OF_INSN) in tic30_parallel_insn()
842 while (*current_posn != END_OF_INSN); in tic30_parallel_insn()
1481 if (*current_posn != END_OF_INSN) in md_assemble()
1491 && *current_posn != END_OF_INSN) in md_assemble()
1506 if (*current_posn == END_OF_INSN) in md_assemble()
1567 if (*++current_posn == END_OF_INSN) in md_assemble()
1576 while (*current_posn != END_OF_INSN); in md_assemble()
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); in parse_insn()
848 if (!is_space_char (*l) && *l != END_OF_INSN) in parse_insn()
909 else if (imm_start[k] == END_OF_INSN) in parse_reg_by_index()
1565 memset (op_string, END_OF_INSN, (MAX_OPERAND_SIZE + 1)); in maxq20_operand()
1566 memset (org_case_op_string, END_OF_INSN, (MAX_OPERAND_SIZE + 1)); in maxq20_operand()
1871 while (*l != END_OF_INSN) in parse_operands()
1877 if (!is_operand_char (*l) && *l != END_OF_INSN) in parse_operands()
1888 if (*l == END_OF_INSN) in parse_operands()
[all …]
H A Dtc-i386.h142 #define END_OF_INSN '\0' macro
H A Dtc-i386.c1656 && *l != END_OF_INSN
1677 if (*l != END_OF_INSN
1678 && (!is_space_char (*l) || l[1] != END_OF_INSN)
1862 while (*l != END_OF_INSN)
1867 if (!is_operand_char (*l) && *l != END_OF_INSN)
1878 if (*l == END_OF_INSN)
1958 if (*++l == END_OF_INSN)
/openbsd/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)
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) in tic30_parallel_insn()
887 if (*current_posn == END_OF_INSN) in tic30_parallel_insn()
951 if (*++current_posn == END_OF_INSN) in tic30_parallel_insn()
959 while (*current_posn != END_OF_INSN); /* until we get end of insn */ in tic30_parallel_insn()
H A Dtc-i386.h146 #define END_OF_INSN '\0' macro
H A Dtc-i386.c1513 && *l != END_OF_INSN
1533 if (*l != END_OF_INSN
1534 && (!is_space_char (*l) || l[1] != END_OF_INSN)
1676 while (*l != END_OF_INSN)
1681 if (!is_operand_char (*l) && *l != END_OF_INSN)
1692 if (*l == END_OF_INSN)
1772 if (*++l == END_OF_INSN)