Searched refs:const_int_rtx (Results 1 – 7 of 7) sorted by relevance
1706 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];1708 #define const0_rtx (const_int_rtx[MAX_SAVED_CONST_INT])1709 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])1710 #define const2_rtx (const_int_rtx[MAX_SAVED_CONST_INT+2])1711 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
146 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable352 return const_int_rtx[arg + MAX_SAVED_CONST_INT];5440 const_int_rtx[i + MAX_SAVED_CONST_INT] =5445 const_true_rtx = const_int_rtx[STORE_FLAG_VALUE + MAX_SAVED_CONST_INT];
281 * emit-rtl.c (const_int_rtx): Now array of rtx_def, not rtx.
6965 * emit-rtl.c (init_emit_once): Initialize const_int_rtx before7156 (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.
9755 (const_int_rtx): Now array of rtx_def, not rtx.
1785 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];1787 #define const0_rtx (const_int_rtx[MAX_SAVED_CONST_INT])1788 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])1789 #define const2_rtx (const_int_rtx[MAX_SAVED_CONST_INT+2])1790 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
142 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable385 return const_int_rtx[arg + MAX_SAVED_CONST_INT]; in gen_rtx_CONST_INT()5184 const_int_rtx[i + MAX_SAVED_CONST_INT] = in init_emit_once()5189 const_true_rtx = const_int_rtx[STORE_FLAG_VALUE + MAX_SAVED_CONST_INT]; in init_emit_once()