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_ARG_REGS
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.h
285
#define
NUM_ARG_REGS
(LAST_ARG_REGNO - FIRST_ARG_REGNO + 1)
/src/external/gpl3/gcc/dist/gcc/config/pru/
pru.h
331
#define
NUM_ARG_REGS
(LAST_ARG_REGNUM - FIRST_ARG_REGNUM + 1)
335
bool regs_used[
NUM_ARG_REGS
];
/src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.h
285
#define
NUM_ARG_REGS
(LAST_ARG_REGNO - FIRST_ARG_REGNO + 1)
/src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru.h
331
#define
NUM_ARG_REGS
(LAST_ARG_REGNUM - FIRST_ARG_REGNUM + 1)
335
bool regs_used[
NUM_ARG_REGS
];
/src/external/gpl3/gcc/dist/gcc/config/rx/
rx.cc
1069
#define
NUM_ARG_REGS
4
1070
#define MAX_NUM_ARG_BYTES (
NUM_ARG_REGS
* UNITS_PER_WORD)
/src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.cc
1068
#define
NUM_ARG_REGS
4
1069
#define MAX_NUM_ARG_BYTES (
NUM_ARG_REGS
* UNITS_PER_WORD)
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.h
599
#define
NUM_ARG_REGS
8
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.h
655
#define
NUM_ARG_REGS
8
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm.h
933
#define
NUM_ARG_REGS
4
945
#define LAST_ARG_REGNUM ARG_REGISTER (
NUM_ARG_REGS
)
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.h
922
#define
NUM_ARG_REGS
4
934
#define LAST_ARG_REGNUM ARG_REGISTER (
NUM_ARG_REGS
)
Completed in 34 milliseconds
Indexes created Thu Apr 30 00:23:01 UTC 2026