Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c18119 struct expand_vec_perm_d dfirst, dsecond, dthird; in expand_vec_perm_2vperm2f128_vshuf() local
18130 dthird = *d; in expand_vec_perm_2vperm2f128_vshuf()
18140 dthird.perm[0] = (d->perm[0] % 2); in expand_vec_perm_2vperm2f128_vshuf()
18141 dthird.perm[1] = (d->perm[1] % 2) + 4; in expand_vec_perm_2vperm2f128_vshuf()
18142 dthird.perm[2] = (d->perm[2] % 2) + 2; in expand_vec_perm_2vperm2f128_vshuf()
18143 dthird.perm[3] = (d->perm[3] % 2) + 6; in expand_vec_perm_2vperm2f128_vshuf()
18147 dthird.op0 = dfirst.target; in expand_vec_perm_2vperm2f128_vshuf()
18148 dthird.op1 = dsecond.target; in expand_vec_perm_2vperm2f128_vshuf()
18149 dthird.one_operand_p = false; in expand_vec_perm_2vperm2f128_vshuf()
18156 && expand_vec_perm_1 (&dthird); in expand_vec_perm_2vperm2f128_vshuf()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc20602 struct expand_vec_perm_d dfirst, dsecond, dthird; in expand_vec_perm_2vperm2f128_vshuf() local
20613 dthird = *d; in expand_vec_perm_2vperm2f128_vshuf()
20623 dthird.perm[0] = (d->perm[0] % 2); in expand_vec_perm_2vperm2f128_vshuf()
20624 dthird.perm[1] = (d->perm[1] % 2) + 4; in expand_vec_perm_2vperm2f128_vshuf()
20625 dthird.perm[2] = (d->perm[2] % 2) + 2; in expand_vec_perm_2vperm2f128_vshuf()
20626 dthird.perm[3] = (d->perm[3] % 2) + 6; in expand_vec_perm_2vperm2f128_vshuf()
20630 dthird.op0 = dfirst.target; in expand_vec_perm_2vperm2f128_vshuf()
20631 dthird.op1 = dsecond.target; in expand_vec_perm_2vperm2f128_vshuf()
20632 dthird.one_operand_p = false; in expand_vec_perm_2vperm2f128_vshuf()
20639 && expand_vec_perm_1 (&dthird); in expand_vec_perm_2vperm2f128_vshuf()
[all …]