OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BASE_REG_P
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.h
738
#define
BASE_REG_P
(regno, mode) \
742
BASE_REG_P
((regno < FIRST_PSEUDO_REGISTER) ? regno : reg_renumber[regno], \
746
(((regno) >= FIRST_PSEUDO_REGISTER) || (
BASE_REG_P
((regno), (mode))))
/src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.h
595
#define
BASE_REG_P
(X, STRICT) \
/src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.h
738
#define
BASE_REG_P
(regno, mode) \
742
BASE_REG_P
((regno < FIRST_PSEUDO_REGISTER) ? regno : reg_renumber[regno], \
746
(((regno) >= FIRST_PSEUDO_REGISTER) || (
BASE_REG_P
((regno), (mode))))
/src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.h
625
#define
BASE_REG_P
(X, STRICT) \
630
#define REG_OK_FOR_BASE_P(X)
BASE_REG_P
(X, REG_OK_STRICT_FLAG)
Completed in 25 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026