Lines Matching defs:perm
40 vector unsigned char perm =
53 //vector signed short shorts = (vector signed short) vec_perm(zero, bytes, perm);
54 vector signed short shorts = (vector signed short) vec_perm(bytes, zero, perm);
70 vec_u8 perm = vec_lvsl(0, pixels);
76 vec_u8 bytes = vec_perm(pixl, pixr, perm);
157 vec_u8 perm;
165 perm = vec_lvsl(0, s1);
168 vec_u8 bytes = vec_perm(pixl, pixr, perm);
174 perm = vec_lvsl(0, s2);
177 bytes = vec_perm(pixl, pixr, perm);
198 perm = vec_lvsl(0, s1);
201 bytes = vec_perm(pixl, pixr, perm);
207 perm = vec_lvsl(0, s2);
210 bytes = vec_perm(pixl, pixr, perm);