HomeSort by relevance Sort by last modified time
    Searched refs:TC_EOL_IN_INSN (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-bfin.h 49 #define TC_EOL_IN_INSN(PTR) (bfin_eol_in_insn(PTR) ? 1 : 0)
tc-hppa.h 121 #define TC_EOL_IN_INSN(PTR) (*(PTR) == '!' && (PTR)[-1] == ',')
tc-mmix.h 42 #define TC_EOL_IN_INSN(p) (*(p) == ';' && ! mmix_next_semicolon_is_eoln)
tc-mmix.c 737 || TC_EOL_IN_INSN (input_line_pointer)))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
input-scrub.c 59 #ifndef TC_EOL_IN_INSN
60 #define TC_EOL_IN_INSN(P) 0
374 /* Terminate the buffer to avoid confusing TC_EOL_IN_INSN. */
378 for (p = limit - 1; *p != '\n' || TC_EOL_IN_INSN (p); --p)

Completed in 299 milliseconds