Lines Matching refs:s390_vec_read_element

107         const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i);   \
108 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
123 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
124 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
138 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
152 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
269 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
270 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
271 const uint##BITS##_t c = s390_vec_read_element##BITS(v4, i); \
286 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \
287 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
288 const int32_t c = (int##BITS##_t)s390_vec_read_element##BITS(v4, i); \
303 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
304 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
305 const uint##BITS##_t c = s390_vec_read_element##BITS(v4, i); \
320 int##TBITS##_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, j); \
321 int##TBITS##_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, j); \
322 int##TBITS##_t c = s390_vec_read_element##TBITS(v4, i); \
338 uint##TBITS##_t a = s390_vec_read_element##BITS(v2, j); \
339 uint##TBITS##_t b = s390_vec_read_element##BITS(v3, j); \
340 uint##TBITS##_t c = s390_vec_read_element##TBITS(v4, i); \
356 int##TBITS##_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, j); \
357 int##TBITS##_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, j); \
358 int##TBITS##_t c = s390_vec_read_element##TBITS(v4, i); \
374 uint##TBITS##_t a = s390_vec_read_element##BITS(v2, j); \
375 uint##TBITS##_t b = s390_vec_read_element##BITS(v3, j); \
376 uint##TBITS##_t c = s390_vec_read_element##TBITS(v4, i); \
392 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \
393 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
408 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
409 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
424 int##TBITS##_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, j); \
425 int##TBITS##_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, j); \
441 const uint##TBITS##_t a = s390_vec_read_element##BITS(v2, j); \
442 const uint##TBITS##_t b = s390_vec_read_element##BITS(v3, j); \
458 int##TBITS##_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, j); \
459 int##TBITS##_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, j); \
475 const uint##TBITS##_t a = s390_vec_read_element##BITS(v2, j); \
476 const uint##TBITS##_t b = s390_vec_read_element##BITS(v3, j); \
491 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
507 const uint##BITS##_t a = s390_vec_read_element##BITS(v1, i); \
508 const uint##BITS##_t b = s390_vec_read_element##BITS(v2, i); \
509 const uint##BITS##_t mask = s390_vec_read_element##BITS(v3, i); \
598 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
599 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \