OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:register_chars
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c
62
static char
register_chars
[256];
variable
71
#define is_register_char(x) (
register_chars
[(unsigned char) x])
164
register_chars
[c] = c;
169
register_chars
[c] = opcode_chars[c];
172
register_chars
[c] = c;
tc-metag.c
39
static char
register_chars
[256];
variable
42
#define is_register_char(x) (
register_chars
[(unsigned char) x])
5971
register_chars
[c] = c;
5977
register_chars
[c] = c;
5982
register_chars
[c] = c;
5987
register_chars
[c] = c;
tc-i386.c
613
static char
register_chars
[256];
variable
618
#define is_register_char(x) (
register_chars
[(unsigned char) x])
3683
parentheses aren't included in
register_chars
[] anyway. */
3719
register_chars
[c] = c;
3725
register_chars
[c] = mnemonic_chars[c];
17005
while ((*p++ =
register_chars
[(unsigned char) *s]) != '\0')
18748
saved_register_dot =
register_chars
['.'];
18749
register_chars
['.'] = '.';
18753
register_chars
['.'] = saved_register_dot;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c
62
static char
register_chars
[256];
variable
71
#define is_register_char(x) (
register_chars
[(unsigned char) x])
164
register_chars
[c] = c;
169
register_chars
[c] = opcode_chars[c];
172
register_chars
[c] = c;
tc-metag.c
39
static char
register_chars
[256];
variable
42
#define is_register_char(x) (
register_chars
[(unsigned char) x])
5971
register_chars
[c] = c;
5977
register_chars
[c] = c;
5982
register_chars
[c] = c;
5987
register_chars
[c] = c;
tc-i386.c
613
static char
register_chars
[256];
variable
618
#define is_register_char(x) (
register_chars
[(unsigned char) x])
3629
parentheses aren't included in
register_chars
[] anyway. */
3665
register_chars
[c] = c;
3671
register_chars
[c] = mnemonic_chars[c];
16834
while ((*p++ =
register_chars
[(unsigned char) *s]) != '\0')
18575
saved_register_dot =
register_chars
['.'];
18576
register_chars
['.'] = '.';
18580
register_chars
['.'] = saved_register_dot;
Completed in 77 milliseconds
Indexes created Sun May 17 00:24:36 UTC 2026