Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/rs6000/
H A Daltivec.md238 rtx const_vec;
244 const_vec = simplify_rtx (dup);
246 if (GET_MODE (const_vec) == <MODE>mode)
247 operands[3] = const_vec;
249 operands[3] = gen_lowpart (<MODE>mode, const_vec);
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c19045 rtx const_vec, x; in ix86_expand_vector_init_one_var() local
19047 const_vec = copy_rtx (vals); in ix86_expand_vector_init_one_var()
19048 XVECEXP (const_vec, 0, one_var) = CONST0_RTX (GET_MODE_INNER (mode)); in ix86_expand_vector_init_one_var()
19049 const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (const_vec, 0)); in ix86_expand_vector_init_one_var()
19095 emit_move_insn (x, gen_lowpart (wmode, const_vec)); in ix86_expand_vector_init_one_var()
19105 emit_move_insn (target, const_vec); in ix86_expand_vector_init_one_var()