Searched refs:dthird (Results 1 – 2 of 2) sorted by relevance
18119 struct expand_vec_perm_d dfirst, dsecond, dthird; in expand_vec_perm_2vperm2f128_vshuf() local18130 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 …]
20602 struct expand_vec_perm_d dfirst, dsecond, dthird; in expand_vec_perm_2vperm2f128_vshuf() local20613 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 …]