Searched refs:gen_rtx_CONST_INT (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | altivec.md | 589 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/ |
| HD | gensupport.c | 141 gen_rtx_CONST_INT (enum machine_mode ARG_UNUSED (mode), in gen_rtx_CONST_INT() function
|
| HD | rtl.h | 1898 extern rtx gen_rtx_CONST_INT (enum machine_mode, HOST_WIDE_INT); 1905 #define GEN_INT(N) gen_rtx_CONST_INT (VOIDmode, (N))
|
| HD | emit-rtl.c | 380 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()
|
| HD | FSFChangeLog | 303 (GEN_INT): Call gen_rtx_CONST_INT.
|
| HD | ChangeLog-1998 | 14991 (...). Use GEN_INT instead of gen_rtx_CONST_INT. 17526 (gen_rtx_CONST_INT): New function. 17531 (GEN_INT): Call gen_rtx_CONST_INT.
|
| HD | ChangeLog-2000 | 6251 (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.
|
| HD | ChangeLog-2004 | 43973 gen_rtx_CONST_INT with GEN_INT. 44138 instead of gen_rtx_CONST_INT. 44143 instead of gen_rtx_CONST_INT.
|
| HD | ChangeLog-1999 | 7161 (gen_rtx_CONST_INT): Redefine accordingly.
|
| HD | ChangeLog-2001 | 7585 * gensupport.c (gen_rtx_CONST_INT): New function.
|
| /NextBSD/contrib/gcc/config/s390/ |
| HD | s390.md | 6271 rtx msb = gen_rtx_CONST_INT (DImode, (unsigned HOST_WIDE_INT) 1 << 63);
|