Searched refs:opcode_chars (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic30.c61 static char opcode_chars[256]; variable
69 #define is_opcode_char(x) (opcode_chars [(unsigned char) x])
154 /* Fill in lexical tables: opcode_chars, operand_chars, space_chars. */
163 opcode_chars[c] = c;
168 opcode_chars[c] = TOLOWER (c);
169 register_chars[c] = opcode_chars[c];
187 opcode_chars[c] = c;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tic30.c61 static char opcode_chars[256]; variable
69 #define is_opcode_char(x) (opcode_chars [(unsigned char) x])
154 /* Fill in lexical tables: opcode_chars, operand_chars, space_chars. */
163 opcode_chars[c] = c;
168 opcode_chars[c] = TOLOWER (c);
169 register_chars[c] = opcode_chars[c];
187 opcode_chars[c] = c;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic30.c61 static char opcode_chars[256]; variable
69 #define is_opcode_char(x) (opcode_chars [(unsigned char) x])
154 /* Fill in lexical tables: opcode_chars, operand_chars, space_chars. */
163 opcode_chars[c] = c;
168 opcode_chars[c] = TOLOWER (c);
169 register_chars[c] = opcode_chars[c];
187 opcode_chars[c] = c;

Completed in 88 milliseconds