Home
last modified time | relevance | path

Searched refs:gen_rtx_CONST_INT (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/gcc/config/rs6000/
HDaltivec.md589 emit_insn (gen_altivec_vspltisw (sixteen, gen_rtx_CONST_INT (V4SImode, -16)));
2032 byteshift = gen_rtx_CONST_INT (QImode, byteshift_val);
2062 byteshift = gen_rtx_CONST_INT (QImode, byteshift_val);
/NextBSD/contrib/gcc/
HDgensupport.c141 gen_rtx_CONST_INT (enum machine_mode ARG_UNUSED (mode), in gen_rtx_CONST_INT() function
HDrtl.h1898 extern rtx gen_rtx_CONST_INT (enum machine_mode, HOST_WIDE_INT);
1905 #define GEN_INT(N) gen_rtx_CONST_INT (VOIDmode, (N))
HDemit-rtl.c380 gen_rtx_CONST_INT (enum machine_mode mode ATTRIBUTE_UNUSED, HOST_WIDE_INT arg) in gen_rtx_CONST_INT() function
5194 const_true_rtx = gen_rtx_CONST_INT (VOIDmode, STORE_FLAG_VALUE); in init_emit_once()
HDFSFChangeLog303 (GEN_INT): Call gen_rtx_CONST_INT.
HDChangeLog-199814991 (...). Use GEN_INT instead of gen_rtx_CONST_INT.
17526 (gen_rtx_CONST_INT): New function.
17531 (GEN_INT): Call gen_rtx_CONST_INT.
HDChangeLog-20006251 (gen_rtx_CONST_INT): Remove ggc_p conditionals.
21506 * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
22322 * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
23550 * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
23732 (gen_rtx_CONST_INT): Cache all CONST_INTs.
HDChangeLog-200443973 gen_rtx_CONST_INT with GEN_INT.
44138 instead of gen_rtx_CONST_INT.
44143 instead of gen_rtx_CONST_INT.
HDChangeLog-19997161 (gen_rtx_CONST_INT): Redefine accordingly.
HDChangeLog-20017585 * gensupport.c (gen_rtx_CONST_INT): New function.
/NextBSD/contrib/gcc/config/s390/
HDs390.md6271 rtx msb = gen_rtx_CONST_INT (DImode, (unsigned HOST_WIDE_INT) 1 << 63);