Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Drtl.h2071 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];
2073 #define const0_rtx (const_int_rtx[MAX_SAVED_CONST_INT])
2074 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])
2075 #define const2_rtx (const_int_rtx[MAX_SAVED_CONST_INT+2])
2076 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
H A Demit-rtl.c118 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
402 return const_int_rtx[arg + MAX_SAVED_CONST_INT]; in gen_rtx_CONST_INT()
5664 const_int_rtx[i + MAX_SAVED_CONST_INT] = in init_emit_once()
5669 const_true_rtx = const_int_rtx[STORE_FLAG_VALUE + MAX_SAVED_CONST_INT]; in init_emit_once()
/dragonfly/contrib/gcc-8.0/gcc/
H A Drtl.h3571 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];
3573 #define const0_rtx (const_int_rtx[MAX_SAVED_CONST_INT])
3574 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])
3575 #define const2_rtx (const_int_rtx[MAX_SAVED_CONST_INT+2])
3576 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
H A Demit-rtl.c118 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
513 return const_int_rtx[arg + MAX_SAVED_CONST_INT]; in gen_rtx_CONST_INT()
6239 const_int_rtx[i + MAX_SAVED_CONST_INT] = in init_emit_once()
6244 const_true_rtx = const_int_rtx[STORE_FLAG_VALUE + MAX_SAVED_CONST_INT]; in init_emit_once()