OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FIRST_MASK_REG
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h
1243
#define
FIRST_MASK_REG
MASK0_REG
1532
#define MASK_REGNO_P(N) IN_RANGE ((N),
FIRST_MASK_REG
, LAST_MASK_REG)
1533
#define MASK_PAIR_REGNO_P(N) ((((N) -
FIRST_MASK_REG
) & 1) == 0)
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h
1191
#define
FIRST_MASK_REG
MASK0_REG
1446
#define MASK_REGNO_P(N) IN_RANGE ((N),
FIRST_MASK_REG
, LAST_MASK_REG)
1447
#define MASK_PAIR_REGNO_P(N) ((((N) -
FIRST_MASK_REG
) & 1) == 0)
Completed in 63 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026