OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPARC_SIMM13_P
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.h
1001
#define
SPARC_SIMM13_P
(X) ((unsigned HOST_WIDE_INT) (X) + 0x1000 < 0x2000)
1005
#define SMALL_INT(X) (
SPARC_SIMM13_P
(INTVAL (X)))
/src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.h
996
#define
SPARC_SIMM13_P
(X) ((unsigned HOST_WIDE_INT) (X) + 0x1000 < 0x2000)
1000
#define SMALL_INT(X) (
SPARC_SIMM13_P
(INTVAL (X)))
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026