/netbsd-src/sys/dev/ic/ |
H A D | aic79xx_inline.h | 136 ahd_assert_modes(struct ahd_softc *ahd, ahd_mode srcmode, in ahd_assert_modes() argument 140 if ((srcmode & AHD_MK_MSK(ahd->src_mode)) == 0 in ahd_assert_modes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.cc | 182 scalar_float_mode srcmode; in init_expr_target() local 183 FOR_EACH_MODE_UNTIL (srcmode, mode) in init_expr_target() 187 ic = can_extend_p (mode, srcmode, 0); in init_expr_target() 191 PUT_MODE (mem, srcmode); in init_expr_target() 194 float_extend_from_mem[mode][srcmode] = true; in init_expr_target() 4160 machine_mode srcmode; in compress_float_constant() local 4172 FOR_EACH_MODE_UNTIL (srcmode, orig_srcmode) in compress_float_constant() 4179 ic = can_extend_p (dstmode, srcmode, 0); in compress_float_constant() 4184 if (! exact_real_truncate (srcmode, r)) in compress_float_constant() 4187 trunc_y = const_double_from_real_value (*r, srcmode); in compress_float_constant() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.c | 181 scalar_float_mode srcmode; in init_expr_target() local 182 FOR_EACH_MODE_UNTIL (srcmode, mode) in init_expr_target() 186 ic = can_extend_p (mode, srcmode, 0); in init_expr_target() 190 PUT_MODE (mem, srcmode); in init_expr_target() 193 float_extend_from_mem[mode][srcmode] = true; in init_expr_target() 3890 machine_mode srcmode; in compress_float_constant() local 3902 FOR_EACH_MODE_UNTIL (srcmode, orig_srcmode) in compress_float_constant() 3909 ic = can_extend_p (dstmode, srcmode, 0); in compress_float_constant() 3914 if (! exact_real_truncate (srcmode, r)) in compress_float_constant() 3917 trunc_y = const_double_from_real_value (*r, srcmode); in compress_float_constant() [all …]
|
/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 1748 srcmode = int_mode_for_size (src_size * BITS_PER_UNIT, 0).require (); in c6x_expand_cpymem() 1751 reg_lowpart = reg = gen_reg_rtx (srcmode); in c6x_expand_cpymem() 1755 reg_lowpart = gen_lowpart (srcmode, reg); in c6x_expand_cpymem() 1758 srcmem = adjust_address (copy_rtx (src), srcmode, offset); in c6x_expand_cpymem() 1762 enum insn_code icode = (srcmode == 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 1750 srcmode = int_mode_for_size (src_size * BITS_PER_UNIT, 0).require (); in c6x_expand_cpymem() 1753 reg_lowpart = reg = gen_reg_rtx (srcmode); in c6x_expand_cpymem() 1757 reg_lowpart = gen_lowpart (srcmode, reg); in c6x_expand_cpymem() 1760 srcmem = adjust_address (copy_rtx (src), srcmode, offset); in c6x_expand_cpymem() 1764 enum insn_code icode = (srcmode == 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 20136 srcmode = V16QImode; in ix86_expand_pextr() 20142 srcmode = V8HImode; in ix86_expand_pextr() 20148 srcmode = V4SImode; in ix86_expand_pextr() 20155 srcmode = V2DImode; in ix86_expand_pextr() 20173 pat = gen_rtx_VEC_SELECT (dstmode, gen_lowpart (srcmode, src), pat); in ix86_expand_pextr() 20220 machine_mode srcmode, dstmode; in ix86_expand_pinsr() local 20224 if (!int_mode_for_size (size, 0).exists (&srcmode)) in ix86_expand_pinsr() 20227 switch (srcmode) in ix86_expand_pinsr() 20274 extr_ops[0] = gen_reg_rtx (srcmode); 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 23096 srcmode = V16QImode; in ix86_expand_pextr() 23102 srcmode = V8HImode; in ix86_expand_pextr() 23108 srcmode = V4SImode; in ix86_expand_pextr() 23115 srcmode = V2DImode; in ix86_expand_pextr() 23133 pat = gen_rtx_VEC_SELECT (dstmode, gen_lowpart (srcmode, src), pat); in ix86_expand_pextr() 23180 machine_mode srcmode, dstmode; in ix86_expand_pinsr() local 23184 if (!int_mode_for_size (size, 0).exists (&srcmode)) in ix86_expand_pinsr() 23187 switch (srcmode) in ix86_expand_pinsr() 23234 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr() [all …]
|