Searched refs:END_OF_INSN (Results 1 – 7 of 7) sorted by relevance
34 #define END_OF_INSN '\0' macro
61 #define END_OF_INSN '\0' macro494 *l == END_OF_INSN) in parse_mov_port()546 *l == END_OF_INSN) in parse_movl_ttrec()877 *l == END_OF_INSN) in parse_get()910 *l == END_OF_INSN) in parse_set()1287 *l == END_OF_INSN) in parse_mget()1319 *l == END_OF_INSN) in parse_mset()1736 *l == END_OF_INSN) in parse_xfr()1994 *l == END_OF_INSN) in parse_mov_ct()2088 *l == END_OF_INSN) in parse_jump()[all …]
741 && *current_posn != END_OF_INSN) in tic30_parallel_insn()761 if (*current_posn == END_OF_INSN) in tic30_parallel_insn()831 if (*++current_posn == END_OF_INSN) in tic30_parallel_insn()840 while (*current_posn != END_OF_INSN); in tic30_parallel_insn()1479 if (*current_posn != END_OF_INSN) in md_assemble()1489 && *current_posn != END_OF_INSN) in md_assemble()1504 if (*current_posn == END_OF_INSN) in md_assemble()1565 if (*++current_posn == END_OF_INSN) in md_assemble()1574 while (*current_posn != END_OF_INSN); in md_assemble()
91 #define END_OF_INSN '\0' macro3756 && *l != END_OF_INSN in parse_insn()3777 if (*l != END_OF_INSN in parse_insn()3778 && (!is_space_char (*l) || l[1] != END_OF_INSN) in parse_insn()3976 while (*l != END_OF_INSN) in parse_operands()3981 if (!is_operand_char (*l) && *l != END_OF_INSN) in parse_operands()3992 if (*l == END_OF_INSN) in parse_operands()4073 if (*++l == END_OF_INSN) in parse_operands()
45 #define END_OF_INSN '\0' macro5312 char endchar = END_OF_INSN; in parse_operands()5327 if (comma_skipped_p && i && endchar == END_OF_INSN) in parse_operands()
1683 (END_OF_INSN): Likewise.1700 (END_OF_INSN): Likewise.
853 * config/tc-aarch64.c (END_OF_INSN): New macro.