Searched refs:const_int_rtx (Results 1 – 6 of 6) sorted by relevance
1799 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])
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()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()
281 * emit-rtl.c (const_int_rtx): Now array of rtx_def, not rtx.
717 (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.
42938 * genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever