Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Drtl.h1706 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])
H A Demit-rtl.c146 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
352 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];
H A DFSFChangeLog281 * emit-rtl.c (const_int_rtx): Now array of rtx_def, not rtx.
H A DChangeLog.26965 * 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.
H A DChangeLog.09755 (const_int_rtx): Now array of rtx_def, not rtx.
/openbsd/gnu/gcc/gcc/
H A Drtl.h1785 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])
H A 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()
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()