Searched refs:gen_rtx_CONST_INT (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgensupport.c138 /* Make a version of gen_rtx_CONST_INT so that GEN_INT can be used in
142 gen_rtx_CONST_INT (enum machine_mode ARG_UNUSED (mode),
141 gen_rtx_CONST_INT (enum machine_mode ARG_UNUSED (mode), function
H A Drtl.h1902 extern rtx gen_rtx_CONST_INT (enum machine_mode, HOST_WIDE_INT);
1909 #define GEN_INT(N) gen_rtx_CONST_INT (VOIDmode, (N))
H A Demit-rtl.c381 gen_rtx_CONST_INT (enum machine_mode mode ATTRIBUTE_UNUSED, HOST_WIDE_INT arg)
5210 /* Don't use gen_rtx_CONST_INT here since gen_rtx_CONST_INT in this case
5220 const_true_rtx = gen_rtx_CONST_INT (VOIDmode, STORE_FLAG_VALUE);
380 gen_rtx_CONST_INT (enum machine_mode mode ATTRIBUTE_UNUSED, HOST_WIDE_INT arg) function

Completed in 75 milliseconds