Lines Matching defs:MERGE_S16
216 #define MERGE_S16(hl, a, b) vec_merge ## hl(vs16(a), vs16(b))
221 b01 = ((vector float) MERGE_S16(h, b00, b40));
222 b11 = ((vector float) MERGE_S16(l, b00, b40));
226 b21 = ((vector float) MERGE_S16(h, b10, b50));
227 b31 = ((vector float) MERGE_S16(l, b10, b50));
231 b41 = ((vector float) MERGE_S16(h, b20, b60));
232 b51 = ((vector float) MERGE_S16(l, b20, b60));
236 b61 = ((vector float) MERGE_S16(h, b30, b70));
237 b71 = ((vector float) MERGE_S16(l, b30, b70));
239 x0 = ((vector float) MERGE_S16(h, b01, b41));
240 x1 = ((vector float) MERGE_S16(l, b01, b41));
241 x2 = ((vector float) MERGE_S16(h, b11, b51));
242 x3 = ((vector float) MERGE_S16(l, b11, b51));
243 x4 = ((vector float) MERGE_S16(h, b21, b61));
244 x5 = ((vector float) MERGE_S16(l, b21, b61));
245 x6 = ((vector float) MERGE_S16(h, b31, b71));
246 x7 = ((vector float) MERGE_S16(l, b31, b71));
248 b00 = ((vector float) MERGE_S16(h, x0, x4));
249 b10 = ((vector float) MERGE_S16(l, x0, x4));
250 b20 = ((vector float) MERGE_S16(h, x1, x5));
251 b30 = ((vector float) MERGE_S16(l, x1, x5));
252 b40 = ((vector float) MERGE_S16(h, x2, x6));
253 b50 = ((vector float) MERGE_S16(l, x2, x6));
254 b60 = ((vector float) MERGE_S16(h, x3, x7));
255 b70 = ((vector float) MERGE_S16(l, x3, x7));
257 #undef MERGE_S16