OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_procreg
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-crx.c
1112
int
is_procreg
= 0; /* Nonzero means argument should be processor reg. */
local
1116
is_procreg
= 1;
1142
if (
is_procreg
|| (instruction->flags & USER_REG))
1148
if (
is_procreg
)
1154
if (!
is_procreg
)
[
all
...]
tc-cr16.c
1106
int
is_procreg
= 0; /* Nonzero means argument should be processor reg. */
local
1128
if (!
is_procreg
)
[
all
...]
Completed in 55 milliseconds