Home
last modified time | relevance | path

Searched refs:MAX_SAVED_CONST_INT (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenemit.c183 else if (-MAX_SAVED_CONST_INT <= INTVAL (x) in gen_exp()
184 && INTVAL (x) <= MAX_SAVED_CONST_INT) in gen_exp()
H A Demit-rtl.c118 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];
512 if (arg >= - MAX_SAVED_CONST_INT && arg <= MAX_SAVED_CONST_INT) in gen_rtx_CONST_INT()
513 return const_int_rtx[arg + MAX_SAVED_CONST_INT]; in gen_rtx_CONST_INT()
6238 for (i = - MAX_SAVED_CONST_INT; i <= MAX_SAVED_CONST_INT; i++) in init_emit_once()
6239 const_int_rtx[i + MAX_SAVED_CONST_INT] = in init_emit_once()
6242 if (STORE_FLAG_VALUE >= - MAX_SAVED_CONST_INT in init_emit_once()
6243 && STORE_FLAG_VALUE <= 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()
H A Drtl.h3570 #define MAX_SAVED_CONST_INT 64
3571 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 Dgenrecog.c1690 -MAX_SAVED_CONST_INT, MAX_SAVED_CONST_INT)) in simplify_tests()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenemit.c195 else if (-MAX_SAVED_CONST_INT <= INTVAL (x) in gen_exp()
196 && INTVAL (x) <= MAX_SAVED_CONST_INT) in gen_exp()
H A Drtl.h2070 #define MAX_SAVED_CONST_INT 64 macro
2071 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];
401 if (arg >= - MAX_SAVED_CONST_INT && arg <= MAX_SAVED_CONST_INT) in gen_rtx_CONST_INT()
402 return const_int_rtx[arg + MAX_SAVED_CONST_INT]; in gen_rtx_CONST_INT()
5663 for (i = - MAX_SAVED_CONST_INT; i <= MAX_SAVED_CONST_INT; i++) in init_emit_once()
5664 const_int_rtx[i + MAX_SAVED_CONST_INT] = in init_emit_once()
5667 if (STORE_FLAG_VALUE >= - MAX_SAVED_CONST_INT in init_emit_once()
5668 && STORE_FLAG_VALUE <= 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()
H A Dgenrecog.c2057 && -MAX_SAVED_CONST_INT <= test->next->u.intval in write_node()
2058 && test->next->u.intval <= MAX_SAVED_CONST_INT) in write_node()