Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/i386/
HDi386.c18793 enum machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
18828 wvmode = V2SImode; in ix86_expand_vector_init_duplicate()
18837 wvmode = V4HImode; in ix86_expand_vector_init_duplicate()
18869 wvmode = V4SImode; in ix86_expand_vector_init_duplicate()
18902 wvmode = V8HImode; in ix86_expand_vector_init_duplicate()
18912 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
18913 if (!ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val)) in ix86_expand_vector_init_duplicate()