Home
last modified time | relevance | path

Searched refs:wvmode (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c33156 enum machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
33160 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
33161 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
33169 x = gen_lowpart (wvmode, target); in ix86_expand_vector_init_duplicate()
33170 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c42880 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
42884 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
42885 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
42893 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
42894 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()