Searched refs:const_tiny_rtx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Demit-rtl.c95 rtx const_tiny_rtx[3][(int) MAX_MACHINE_MODE]; variable
5072 /* We need to call this function after we set the scalar const_tiny_rtx
5074 gcc_assert (const_tiny_rtx[constant][(int) inner]);
5077 RTVEC_ELT (v, i) = const_tiny_rtx[constant][(int) inner];
5240 for (i = 0; i < (int) ARRAY_SIZE (const_tiny_rtx); i++)
5248 const_tiny_rtx[i][(int) mode] =
5254 const_tiny_rtx[i][(int) mode] =
5257 const_tiny_rtx[i][(int) VOIDmode] = GEN_INT (i);
5262 const_tiny_rtx[i][(int) mode] = GEN_INT (i);
5267 const_tiny_rtx[
[all...]
H A Drtl.h1802 extern GTY(()) rtx const_tiny_rtx[3][(int) MAX_MACHINE_MODE];
1807 #define CONST0_RTX(MODE) (const_tiny_rtx[0][(int) (MODE)])
1811 #define CONST1_RTX(MODE) (const_tiny_rtx[1][(int) (MODE)])
1812 #define CONST2_RTX(MODE) (const_tiny_rtx[2][(int) (MODE)])
1798 extern GTY(()) rtx const_tiny_rtx[3][(int) MAX_MACHINE_MODE]; variable

Completed in 195 milliseconds