Home
last modified time | relevance | path

Searched refs:dstmode (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
HDarchive_getdate.c797 RelativeDate(time_t Start, time_t zone, int dstmode, in RelativeDate() argument
826 if (dstmode == DSTmaybe) in RelativeDate()
/dragonfly/contrib/gcc-8.0/gcc/
HDexpr.c3796 machine_mode dstmode = GET_MODE (x); in compress_float_constant() local
3805 if (targetm.legitimate_constant_p (dstmode, y)) in compress_float_constant()
3808 oldcost = set_src_cost (force_const_mem (dstmode, y), dstmode, speed); in compress_float_constant()
3817 ic = can_extend_p (dstmode, srcmode, 0); in compress_float_constant()
3834 newcost = set_src_cost (gen_rtx_FLOAT_EXTEND (dstmode, trunc_y), in compress_float_constant()
3835 dstmode, speed); in compress_float_constant()
3839 else if (float_extend_from_mem[dstmode][srcmode]) in compress_float_constant()
3843 newcost = set_src_cost (gen_rtx_FLOAT_EXTEND (dstmode, trunc_y), in compress_float_constant()
3844 dstmode, speed); in compress_float_constant()
3861 target = gen_reg_rtx (dstmode); in compress_float_constant()
/dragonfly/contrib/gcc-4.7/gcc/
HDexpr.c3493 enum machine_mode dstmode = GET_MODE (x); in compress_float_constant() local
3502 if (targetm.legitimate_constant_p (dstmode, y)) in compress_float_constant()
3505 oldcost = set_src_cost (force_const_mem (dstmode, y), speed); in compress_float_constant()
3515 ic = can_extend_p (dstmode, srcmode, 0); in compress_float_constant()
3532 newcost = set_src_cost (gen_rtx_FLOAT_EXTEND (dstmode, trunc_y), in compress_float_constant()
3537 else if (float_extend_from_mem[dstmode][srcmode]) in compress_float_constant()
3541 newcost = set_src_cost (gen_rtx_FLOAT_EXTEND (dstmode, trunc_y), in compress_float_constant()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c49872 machine_mode srcmode, dstmode; in ix86_expand_pextr() local
49875 if (!int_mode_for_size (size, 0).exists (&dstmode)) in ix86_expand_pextr()
49878 switch (dstmode) in ix86_expand_pextr()
49913 if (GET_MODE (dst) == dstmode) in ix86_expand_pextr()
49916 d = gen_reg_rtx (dstmode); in ix86_expand_pextr()
49920 pat = gen_rtx_VEC_SELECT (dstmode, gen_lowpart (srcmode, src), pat); in ix86_expand_pextr()
49923 if (dstmode == QImode || dstmode == HImode) in ix86_expand_pextr()
49968 machine_mode srcmode, dstmode; in ix86_expand_pinsr() local
49980 dstmode = V16QImode; in ix86_expand_pinsr()
49987 dstmode = V8HImode; in ix86_expand_pinsr()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.c37754 enum machine_mode srcmode, dstmode; in ix86_expand_pinsr() local
37764 dstmode = V16QImode; in ix86_expand_pinsr()
37771 dstmode = V8HImode; in ix86_expand_pinsr()
37778 dstmode = V4SImode; in ix86_expand_pinsr()
37786 dstmode = V2DImode; in ix86_expand_pinsr()
37794 dst = gen_lowpart (dstmode, dst); in ix86_expand_pinsr()