OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUM_GENREGS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
cris-tdep.c
56
NUM_GENREGS
= 16,
477
unsigned long reg[
NUM_GENREGS
];
1064
(SRP_REGNUM -
NUM_GENREGS
), but that covers r11 also. */
1436
if (regno >= 0 && regno <
NUM_GENREGS
)
1441
else if (regno >=
NUM_GENREGS
&& regno < (
NUM_GENREGS
+ NUM_SPECREGS))
1445
spec_regno = regno -
NUM_GENREGS
;
1645
spec_regno = regno -
NUM_GENREGS
;
1669
if (regno <
NUM_GENREGS
)
1672
static_assert (ARRAY_SIZE (cris_genreg_names) ==
NUM_GENREGS
);
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
cris-tdep.c
56
NUM_GENREGS
= 16,
477
unsigned long reg[
NUM_GENREGS
];
1064
(SRP_REGNUM -
NUM_GENREGS
), but that covers r11 also. */
1436
if (regno >= 0 && regno <
NUM_GENREGS
)
1441
else if (regno >=
NUM_GENREGS
&& regno < (
NUM_GENREGS
+ NUM_SPECREGS))
1445
spec_regno = regno -
NUM_GENREGS
;
1645
spec_regno = regno -
NUM_GENREGS
;
1669
if (regno <
NUM_GENREGS
)
1672
static_assert (ARRAY_SIZE (cris_genreg_names) ==
NUM_GENREGS
);
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026