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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic30.c63 static char opcode_chars[256]; variable
71 #define is_opcode_char(x) (opcode_chars [(unsigned char) x])
178 /* Fill in lexical tables: opcode_chars, operand_chars, space_chars. */
187 opcode_chars[c] = c;
192 opcode_chars[c] = TOLOWER (c);
193 register_chars[c] = opcode_chars[c];
211 opcode_chars[c] = c;
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic30.c61 static char opcode_chars[256]; variable
69 #define is_opcode_char(x) (opcode_chars [(unsigned char) x])
176 /* Fill in lexical tables: opcode_chars, operand_chars, space_chars. */
185 opcode_chars[c] = c;
190 opcode_chars[c] = TOLOWER (c);
191 register_chars[c] = opcode_chars[c];
209 opcode_chars[c] = c;

Completed in 166 milliseconds