HomeSort by: relevance | last modified time | path
    Searched refs:const_int_rtx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 3809 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];
3811 #define const0_rtx (const_int_rtx[MAX_SAVED_CONST_INT])
3812 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])
3813 #define const2_rtx (const_int_rtx[MAX_SAVED_CONST_INT+2])
3814 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
3805 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
emit-rtl.cc 124 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
528 return const_int_rtx[arg + MAX_SAVED_CONST_INT];
6389 const_int_rtx[i + MAX_SAVED_CONST_INT] =
6394 const_true_rtx = const_int_rtx[STORE_FLAG_VALUE + MAX_SAVED_CONST_INT];
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 3800 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];
3802 #define const0_rtx (const_int_rtx[MAX_SAVED_CONST_INT])
3803 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])
3804 #define const2_rtx (const_int_rtx[MAX_SAVED_CONST_INT+2])
3805 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
3796 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
emit-rtl.cc 120 rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; variable
524 return const_int_rtx[arg + MAX_SAVED_CONST_INT];
6219 const_int_rtx[i + MAX_SAVED_CONST_INT] =
6224 const_true_rtx = const_int_rtx[STORE_FLAG_VALUE + MAX_SAVED_CONST_INT];

Completed in 80 milliseconds