OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_SAVED_CONST_INT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl.h
3808
#define
MAX_SAVED_CONST_INT
64
3809
extern GTY(()) rtx const_int_rtx[
MAX_SAVED_CONST_INT
* 2 + 1];
3811
#define const0_rtx (const_int_rtx[
MAX_SAVED_CONST_INT
])
3812
#define const1_rtx (const_int_rtx[
MAX_SAVED_CONST_INT
+1])
3813
#define const2_rtx (const_int_rtx[
MAX_SAVED_CONST_INT
+2])
3814
#define constm1_rtx (const_int_rtx[
MAX_SAVED_CONST_INT
-1])
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
3799
#define
MAX_SAVED_CONST_INT
64
3800
extern GTY(()) rtx const_int_rtx[
MAX_SAVED_CONST_INT
* 2 + 1];
3802
#define const0_rtx (const_int_rtx[
MAX_SAVED_CONST_INT
])
3803
#define const1_rtx (const_int_rtx[
MAX_SAVED_CONST_INT
+1])
3804
#define const2_rtx (const_int_rtx[
MAX_SAVED_CONST_INT
+2])
3805
#define constm1_rtx (const_int_rtx[
MAX_SAVED_CONST_INT
-1])
Completed in 24 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026