Searched refs:const_int_rtx (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Drtl.h1789 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];
1791 #define const0_rtx (const_int_rtx[MAX_SAVED_CONST_INT])
1792 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])
1793 #define const2_rtx (const_int_rtx[MAX_SAVED_CONST_INT+2])
1794 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
1785 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
H A Demit-rtl.c142 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
386 return const_int_rtx[arg + MAX_SAVED_CONST_INT];
5210 const_int_rtx[i + MAX_SAVED_CONST_INT] =
5215 const_true_rtx = const_int_rtx[STORE_FLAG_VALUE + MAX_SAVED_CONST_INT];
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Drtl.h1710 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];
1712 #define const0_rtx (const_int_rtx[MAX_SAVED_CONST_INT])
1713 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])
1714 #define const2_rtx (const_int_rtx[MAX_SAVED_CONST_INT+2])
1715 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
1706 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
H A Demit-rtl.c146 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
353 return const_int_rtx[arg + MAX_SAVED_CONST_INT];
5469 const_int_rtx[i + MAX_SAVED_CONST_INT] =
5474 const_true_rtx = const_int_rtx[STORE_FLAG_VALUE + MAX_SAVED_CONST_INT];

Completed in 365 milliseconds