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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c4541 rtx t1, t2, t3, t4, t5, t6, t7, t8, vt, vt2, vec[32]; local
4707 vt2 = GEN_INT (-128);
4708 vt = gen_const_vec_duplicate (V32QImode, vt2);
4711 vec[i] = i < 16 ? vt2 : const0_rtx;
4712 vt2 = gen_rtx_CONST_VECTOR (V32QImode, gen_rtvec_v (32, vec));
4713 vt2 = force_reg (V32QImode, vt2);
4733 emit_insn (gen_xorv32qi3 (t1, gen_lowpart (V32QImode, t5), vt2));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc4956 rtx t1, t2, t3, t4, t5, t6, t7, t8, vt, vt2, vec[32]; local
5132 vt2 = GEN_INT (-128);
5133 vt = gen_const_vec_duplicate (V32QImode, vt2);
5136 vec[i] = i < 16 ? vt2 : const0_rtx;
5137 vt2 = gen_rtx_CONST_VECTOR (V32QImode, gen_rtvec_v (32, vec));
5138 vt2 = force_reg (V32QImode, vt2);
5158 emit_insn (gen_xorv32qi3 (t1, gen_lowpart (V32QImode, t5), vt2));

Completed in 305 milliseconds