HomeSort by: relevance | last modified time | path
    Searched refs:operand_chars (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c 63 static char operand_chars[256]; variable
70 #define is_operand_char(x) (operand_chars [(unsigned char) x])
154 /* Fill in lexical tables: opcode_chars, operand_chars, space_chars. */
175 operand_chars[c] = c;
190 operand_chars[(unsigned char) *p] = *p;
tc-i386.c 614 static char operand_chars[256]; variable
617 #define is_operand_char(x) (operand_chars[(unsigned char) x])
3709 /* Fill in lexical tables: mnemonic_chars, operand_chars. */
3720 operand_chars[c] = c;
3726 operand_chars[c] = c;
3730 operand_chars[c] = c;
3734 operand_chars[c] = c;
3742 operand_chars[(unsigned char) *p] = *p;
3744 operand_chars[(unsigned char) *p] = *p;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c 63 static char operand_chars[256]; variable
70 #define is_operand_char(x) (operand_chars [(unsigned char) x])
154 /* Fill in lexical tables: opcode_chars, operand_chars, space_chars. */
175 operand_chars[c] = c;
190 operand_chars[(unsigned char) *p] = *p;
tc-i386.c 614 static char operand_chars[256]; variable
617 #define is_operand_char(x) (operand_chars[(unsigned char) x])
3655 /* Fill in lexical tables: mnemonic_chars, operand_chars. */
3666 operand_chars[c] = c;
3672 operand_chars[c] = c;
3676 operand_chars[c] = c;
3680 operand_chars[c] = c;
3688 operand_chars[(unsigned char) *p] = *p;
3690 operand_chars[(unsigned char) *p] = *p;

Completed in 74 milliseconds