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

  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic30.c 62 static char register_chars[256]; variable
71 #define is_register_char(x) (register_chars [(unsigned char) x])
186 register_chars[c] = c;
191 register_chars[c] = opcode_chars[c];
194 register_chars[c] = c;
    [all...]
tc-metag.c 40 static char register_chars[256]; variable
43 #define is_register_char(x) (register_chars[(unsigned char) x])
    [all...]
tc-i386.c 459 static char register_chars[256]; variable
467 #define is_register_char(x) (register_chars[(unsigned char) x])
    [all...]

Completed in 384 milliseconds