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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c18119 struct expand_vec_perm_d dfirst, dsecond, dthird; local
18130 dthird = *d;
18140 dthird.perm[0] = (d->perm[0] % 2);
18141 dthird.perm[1] = (d->perm[1] % 2) + 4;
18142 dthird.perm[2] = (d->perm[2] % 2) + 2;
18143 dthird.perm[3] = (d->perm[3] % 2) + 6;
18147 dthird.op0 = dfirst.target;
18148 dthird.op1 = dsecond.target;
18149 dthird.one_operand_p = false;
18156 && expand_vec_perm_1 (&dthird);
18173 struct expand_vec_perm_d dfirst, dsecond, dthird; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc20566 struct expand_vec_perm_d dfirst, dsecond, dthird; local
20577 dthird = *d;
20587 dthird.perm[0] = (d->perm[0] % 2);
20588 dthird.perm[1] = (d->perm[1] % 2) + 4;
20589 dthird.perm[2] = (d->perm[2] % 2) + 2;
20590 dthird.perm[3] = (d->perm[3] % 2) + 6;
20594 dthird.op0 = dfirst.target;
20595 dthird.op1 = dsecond.target;
20596 dthird.one_operand_p = false;
20603 && expand_vec_perm_1 (&dthird);
20620 struct expand_vec_perm_d dfirst, dsecond, dthird; local
[all...]

Completed in 367 milliseconds