Home
last modified time | relevance | path

Searched refs:srcmode (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Daic79xx_inline.h136 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/
Dexpr.cc182 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/dist/gcc/config/i386/
Di386-expand.cc23085 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 …]