Lines Matching refs:perm
62 One could remove the recomputation of the perm
110 vector unsigned char perm##i = vec_lvsl(j##i, src2); \
116 vec_perm(v_srcA1##i, v_srcA2##i, perm##i); \
217 One could remove the recomputation of the perm
415 One could remove the recomputation of the perm
428 const vector unsigned char perm##i = \
435 vec_perm(vbA##i, vbB##i, perm##i); \
569 One could remove the recomputation of the perm
581 const vector unsigned char perm##i = \
585 vector unsigned char src##i = vec_perm(sA##i, sB##i, perm##i)
844 vector unsigned char perm##src##i = vec_lvsl(j##src##i, src); \
848 vec_perm(v_##src##A1##i, v_##src##A2##i, perm##src##i); \