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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c19077 rtx const_vec, x;
19079 const_vec = copy_rtx (vals);
19080 XVECEXP (const_vec, 0, one_var) = CONST0_RTX (GET_MODE_INNER (mode));
19081 const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (const_vec, 0));
19127 emit_move_insn (x, gen_lowpart (wmode, const_vec));
19137 emit_move_insn (target, const_vec);
19045 rtx const_vec, x; local

Completed in 93 milliseconds