Lines Matching defs:shorts
52 // Convert the bytes into shorts.
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);
57 vec_vsx_st(shorts, i * 16, (vector signed short *) block);
78 // Convert the bytes into shorts.
79 vec_s16 shorts = (vec_s16)vec_mergeh(zero, bytes);
82 vec_st(shorts, i * 16, (vec_s16 *)block);
105 // Convert the bytes into shorts.
111 // Convert the bytes into shorts.
132 // Convert the bytes into shorts.
138 // Convert the bytes into shorts.
170 // Convert the bytes into shorts.
179 // Convert the bytes into shorts.
203 // Convert the bytes into shorts.
212 // Convert the bytes into shorts.
237 vec_s16 shorts = vsx_ld_u8_s16(0, pixels);
239 vec_vsx_st(shorts, i * 16, block);