Searched refs:END_OF_INSN (Results 1 – 14 of 14) sorted by relevance
60 #define END_OF_INSN '\0' macro493 *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 …]
30 #define END_OF_INSN '\0' macro
724 && *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()
86 #define END_OF_INSN '\0' macro7041 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 …]
43 #define END_OF_INSN '\0' macro8015 char endchar = END_OF_INSN; in parse_operands()8028 if (comma_skipped_p && i && endchar == END_OF_INSN) in parse_operands()
85 #define END_OF_INSN '\0' macro5255 && *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()
45 #define END_OF_INSN '\0' macro7587 char endchar = END_OF_INSN; in parse_operands()7602 if (comma_skipped_p && i && endchar == END_OF_INSN) in parse_operands()
1683 (END_OF_INSN): Likewise.1700 (END_OF_INSN): Likewise.
1026 * config/tc-aarch64.c (END_OF_INSN): New macro.