| /netbsd-src/sys/dev/ic/ |
| H A D | aic79xx_inline.h | 137 ahd_mode dstmode, const char *file, int line) in ahd_assert_modes() argument 141 || (dstmode & AHD_MK_MSK(ahd->dst_mode)) == 0) { in ahd_assert_modes()
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_getdate.c | 769 RelativeDate(time_t Start, time_t zone, int dstmode, in RelativeDate() argument 789 if (dstmode == DSTmaybe) in RelativeDate()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | expr.cc | 4158 machine_mode dstmode = GET_MODE (x); in compress_float_constant() local 4167 if (targetm.legitimate_constant_p (dstmode, y)) in compress_float_constant() 4170 oldcost = set_src_cost (force_const_mem (dstmode, y), dstmode, speed); in compress_float_constant() 4179 ic = can_extend_p (dstmode, srcmode, 0); in compress_float_constant() 4196 newcost = set_src_cost (gen_rtx_FLOAT_EXTEND (dstmode, trunc_y), in compress_float_constant() 4197 dstmode, speed); in compress_float_constant() 4201 else if (float_extend_from_mem[dstmode][srcmode]) in compress_float_constant() 4205 newcost = set_src_cost (gen_rtx_FLOAT_EXTEND (dstmode, trunc_y), in compress_float_constant() 4206 dstmode, speed); in compress_float_constant() 4223 target = gen_reg_rtx (dstmode); in compress_float_constant()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | expr.c | 3888 machine_mode dstmode = GET_MODE (x); in compress_float_constant() local 3897 if (targetm.legitimate_constant_p (dstmode, y)) in compress_float_constant() 3900 oldcost = set_src_cost (force_const_mem (dstmode, y), dstmode, speed); in compress_float_constant() 3909 ic = can_extend_p (dstmode, srcmode, 0); in compress_float_constant() 3926 newcost = set_src_cost (gen_rtx_FLOAT_EXTEND (dstmode, trunc_y), in compress_float_constant() 3927 dstmode, speed); in compress_float_constant() 3931 else if (float_extend_from_mem[dstmode][srcmode]) in compress_float_constant() 3935 newcost = set_src_cost (gen_rtx_FLOAT_EXTEND (dstmode, trunc_y), in compress_float_constant() 3936 dstmode, speed); in compress_float_constant() 3953 target = gen_reg_rtx (dstmode); in compress_float_constant()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| H A D | c6x.c | 1731 machine_mode srcmode, dstmode; in c6x_expand_cpymem() local 1749 dstmode = int_mode_for_size (dst_size * BITS_PER_UNIT, 0).require (); in c6x_expand_cpymem() 1790 dstreg = gen_lowpart (dstmode, dstreg); in c6x_expand_cpymem() 1793 dstmem = adjust_address (copy_rtx (dst), dstmode, offset); in c6x_expand_cpymem() 1796 enum insn_code icode = (dstmode == SImode ? CODE_FOR_movmisalignsi in c6x_expand_cpymem()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
| H A D | c6x.cc | 1733 machine_mode srcmode, dstmode; in c6x_expand_cpymem() local 1751 dstmode = int_mode_for_size (dst_size * BITS_PER_UNIT, 0).require (); in c6x_expand_cpymem() 1792 dstreg = gen_lowpart (dstmode, dstreg); in c6x_expand_cpymem() 1795 dstmem = adjust_address (copy_rtx (dst), dstmode, offset); in c6x_expand_cpymem() 1798 enum insn_code icode = (dstmode == SImode ? CODE_FOR_movmisalignsi in c6x_expand_cpymem()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 20125 machine_mode srcmode, dstmode; in ix86_expand_pextr() local 20128 if (!int_mode_for_size (size, 0).exists (&dstmode)) in ix86_expand_pextr() 20131 switch (dstmode) in ix86_expand_pextr() 20166 if (GET_MODE (dst) == dstmode) in ix86_expand_pextr() 20169 d = gen_reg_rtx (dstmode); in ix86_expand_pextr() 20173 pat = gen_rtx_VEC_SELECT (dstmode, gen_lowpart (srcmode, src), pat); in ix86_expand_pextr() 20176 if (dstmode == QImode || dstmode == HImode) in ix86_expand_pextr() 20220 machine_mode srcmode, dstmode; in ix86_expand_pinsr() local 20232 dstmode = V16QImode; in ix86_expand_pinsr() 20239 dstmode = V8HImode; in ix86_expand_pinsr() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 23085 machine_mode srcmode, dstmode; in ix86_expand_pextr() local 23088 if (!int_mode_for_size (size, 0).exists (&dstmode)) in ix86_expand_pextr() 23091 switch (dstmode) in ix86_expand_pextr() 23126 if (GET_MODE (dst) == dstmode) in ix86_expand_pextr() 23129 d = gen_reg_rtx (dstmode); in ix86_expand_pextr() 23133 pat = gen_rtx_VEC_SELECT (dstmode, gen_lowpart (srcmode, src), pat); in ix86_expand_pextr() 23136 if (dstmode == QImode || dstmode == HImode) in ix86_expand_pextr() 23180 machine_mode srcmode, dstmode; in ix86_expand_pinsr() local 23192 dstmode = V16QImode; in ix86_expand_pinsr() 23199 dstmode = V8HImode; in ix86_expand_pinsr() [all …]
|