Home
last modified time | relevance | path

Searched refs:PARALLEL_SEPARATOR (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic30.h38 #define PARALLEL_SEPARATOR '|' macro
H A Dtc-tic54x.h36 #define PARALLEL_SEPARATOR '|' macro
H A Dtc-tic30.c314 if (*next_line == PARALLEL_SEPARATOR in tic30_find_parallel_insn()
315 && *(next_line + 1) == PARALLEL_SEPARATOR) in tic30_find_parallel_insn()
746 && *current_posn != PARALLEL_SEPARATOR) in tic30_parallel_insn()
753 if (*current_posn == PARALLEL_SEPARATOR) in tic30_parallel_insn()
774 else if (*current_posn == PARALLEL_SEPARATOR) in tic30_parallel_insn()
1107 return (c == PARALLEL_SEPARATOR); in tic30_unrecognized_line()
H A Dtc-tic54x.c4514 return (next_line[0] == PARALLEL_SEPARATOR
4515 && next_line[1] == PARALLEL_SEPARATOR);
5323 return c == PARALLEL_SEPARATOR; in tic54x_unrecognized_line()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic30.h42 #define PARALLEL_SEPARATOR '|' macro
H A Dtc-tic54x.h37 #define PARALLEL_SEPARATOR '|' macro
H A Dtc-tic30.c872 if (!is_space_char (*current_posn) && *current_posn != PARALLEL_SEPARATOR) in tic30_parallel_insn()
879 if (*current_posn == PARALLEL_SEPARATOR) in tic30_parallel_insn()
898 else if (*current_posn == PARALLEL_SEPARATOR) in tic30_parallel_insn()
1428 if (*next_line == PARALLEL_SEPARATOR && *(next_line + 1) == PARALLEL_SEPARATOR)
1517 return (c == PARALLEL_SEPARATOR);
H A Dtc-tic54x.c4566 return (next_line[0] == PARALLEL_SEPARATOR
4567 && next_line[1] == PARALLEL_SEPARATOR);
5393 return c == PARALLEL_SEPARATOR; in tic54x_unrecognized_line()