Home
last modified time | relevance | path

Searched refs:const_int_rtx (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Drtl.h1799 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];
1801 #define const0_rtx (const_int_rtx[MAX_SAVED_CONST_INT])
1802 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])
1803 #define const2_rtx (const_int_rtx[MAX_SAVED_CONST_INT+2])
1804 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
Demit-rtl.c142 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
385 return const_int_rtx[arg + MAX_SAVED_CONST_INT]; in gen_rtx_CONST_INT()
5187 const_int_rtx[i + MAX_SAVED_CONST_INT] = in init_emit_once()
5192 const_true_rtx = const_int_rtx[STORE_FLAG_VALUE + MAX_SAVED_CONST_INT]; in init_emit_once()
DFSFChangeLog281 * emit-rtl.c (const_int_rtx): Now array of rtx_def, not rtx.
DChangeLog-1997717 (const_int_rtx): Now array of rtx_def, not rtx.
DChangeLog-19996965 * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
7156 (const_int_rtx): Change to array of rtx.
7160 (const_int_rtx): Change to aray of rtx.
7163 for const_int_rtx. Add both as GC roots.
DChangeLog-200442938 * genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever