Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c60 #define END_OF_INSN '\0' macro
493 *l == END_OF_INSN) in parse_mov_port()
545 *l == END_OF_INSN) in parse_movl_ttrec()
876 *l == END_OF_INSN) in parse_get()
909 *l == END_OF_INSN) in parse_set()
1286 *l == END_OF_INSN) in parse_mget()
1318 *l == END_OF_INSN) in parse_mset()
1734 *l == END_OF_INSN) in parse_xfr()
1992 *l == END_OF_INSN) in parse_mov_ct()
2087 *l == END_OF_INSN) in parse_jump()
[all …]
H A Dtc-tic30.h30 #define END_OF_INSN '\0' macro
H A Dtc-tic30.c724 && *current_posn != END_OF_INSN) in tic30_parallel_insn()
744 if (*current_posn == END_OF_INSN) in tic30_parallel_insn()
814 if (*++current_posn == END_OF_INSN) in tic30_parallel_insn()
823 while (*current_posn != END_OF_INSN); in tic30_parallel_insn()
1462 if (*current_posn != END_OF_INSN) in md_assemble()
1472 && *current_posn != END_OF_INSN) in md_assemble()
1487 if (*current_posn == END_OF_INSN) in md_assemble()
1548 if (*++current_posn == END_OF_INSN) in md_assemble()
1557 while (*current_posn != END_OF_INSN); in md_assemble()
H A Dtc-i386.c86 #define END_OF_INSN '\0' macro
7041 if (*l != END_OF_INSN && !is_space_char (*l) in parse_insn()
7046 && *l != END_OF_INSN in parse_insn()
7068 if (*l != END_OF_INSN in parse_insn()
7069 && (!is_space_char (*l) || l[1] != END_OF_INSN) in parse_insn()
7272 else if (*l == END_OF_INSN in parse_insn()
7273 || (is_space_char (*l) && l[1] == END_OF_INSN)) in parse_insn()
7371 while (*l != END_OF_INSN) in parse_operands()
7381 if (!is_operand_char (*l) && *l != END_OF_INSN && *l != '"') in parse_operands()
7391 if (*l == END_OF_INSN) in parse_operands()
[all …]
H A Dtc-aarch64.c43 #define END_OF_INSN '\0' macro
8015 char endchar = END_OF_INSN; in parse_operands()
8028 if (comma_skipped_p && i && endchar == END_OF_INSN) in parse_operands()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c60 #define END_OF_INSN '\0' macro
493 *l == END_OF_INSN) in parse_mov_port()
545 *l == END_OF_INSN) in parse_movl_ttrec()
876 *l == END_OF_INSN) in parse_get()
909 *l == END_OF_INSN) in parse_set()
1286 *l == END_OF_INSN) in parse_mget()
1318 *l == END_OF_INSN) in parse_mset()
1734 *l == END_OF_INSN) in parse_xfr()
1992 *l == END_OF_INSN) in parse_mov_ct()
2087 *l == END_OF_INSN) in parse_jump()
[all …]
H A Dtc-tic30.h30 #define END_OF_INSN '\0' macro
H A Dtc-tic30.c724 && *current_posn != END_OF_INSN) in tic30_parallel_insn()
744 if (*current_posn == END_OF_INSN) in tic30_parallel_insn()
814 if (*++current_posn == END_OF_INSN) in tic30_parallel_insn()
823 while (*current_posn != END_OF_INSN); in tic30_parallel_insn()
1462 if (*current_posn != END_OF_INSN) in md_assemble()
1472 && *current_posn != END_OF_INSN) in md_assemble()
1487 if (*current_posn == END_OF_INSN) in md_assemble()
1548 if (*++current_posn == END_OF_INSN) in md_assemble()
1557 while (*current_posn != END_OF_INSN); in md_assemble()
H A Dtc-i386.c85 #define END_OF_INSN '\0' macro
5255 && *l != END_OF_INSN in parse_insn()
5276 if (*l != END_OF_INSN in parse_insn()
5277 && (!is_space_char (*l) || l[1] != END_OF_INSN) in parse_insn()
5527 while (*l != END_OF_INSN) in parse_operands()
5537 if (!is_operand_char (*l) && *l != END_OF_INSN && *l != '"') in parse_operands()
5547 if (*l == END_OF_INSN) in parse_operands()
5635 if (*++l == END_OF_INSN) in parse_operands()
H A Dtc-aarch64.c45 #define END_OF_INSN '\0' macro
7587 char endchar = END_OF_INSN; in parse_operands()
7602 if (comma_skipped_p && i && endchar == END_OF_INSN) in parse_operands()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20081683 (END_OF_INSN): Likewise.
1700 (END_OF_INSN): Likewise.
H A DChangeLog-20141026 * config/tc-aarch64.c (END_OF_INSN): New macro.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20081683 (END_OF_INSN): Likewise.
1700 (END_OF_INSN): Likewise.
H A DChangeLog-20141026 * config/tc-aarch64.c (END_OF_INSN): New macro.