HomeSort by: relevance | last modified time | path
    Searched defs:IDENT_CHAR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 591 #define IDENT_CHAR(c) (ISALNUM (c) || (c) == '_')
601 /* We use ! IDENT_CHAR for the next character after the register name, to
610 && ! IDENT_CHAR (src[3]))
618 && ! IDENT_CHAR (src[2]))
625 && ! IDENT_CHAR (src[7]))
632 if (l1 == 'e' && ! IDENT_CHAR (src[2]))
637 if (l1 == 's' && ! IDENT_CHAR (src[2]))
648 if (! IDENT_CHAR (src[2]))
654 if (TOLOWER (src[2]) == 'g' && ! IDENT_CHAR (src[3]))
663 if (! IDENT_CHAR (src[2])
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 591 #define IDENT_CHAR(c) (ISALNUM (c) || (c) == '_')
601 /* We use ! IDENT_CHAR for the next character after the register name, to
610 && ! IDENT_CHAR (src[3]))
618 && ! IDENT_CHAR (src[2]))
625 && ! IDENT_CHAR (src[7]))
632 if (l1 == 'e' && ! IDENT_CHAR (src[2]))
637 if (l1 == 's' && ! IDENT_CHAR (src[2]))
648 if (! IDENT_CHAR (src[2]))
654 if (TOLOWER (src[2]) == 'g' && ! IDENT_CHAR (src[3]))
663 if (! IDENT_CHAR (src[2])
    [all...]

Completed in 73 milliseconds