Lines Matching +full:3 +full:v3
22 void HELPER(gvec_vbperm)(void *v1, const void *v2, const void *v3, in HELPER()
30 const uint8_t bit_nr = s390_vec_read_element8(v3, i); in HELPER()
40 s390_vec_write_element16(&tmp, 3, result); in HELPER()
71 const S390Vector *v3, vpk##BITS##_fn fn) \
82 src = s390_vec_read_element##BITS(v3, i - (128 / BITS)); \
98 void HELPER(gvec_vpk##BITS)(void *v1, const void *v2, const void *v3, \
101 vpk##BITS##_hfn(v1, v2, v3, vpk##BITS##e); \
119 void HELPER(gvec_vpks##BITS)(void *v1, const void *v2, const void *v3, \
122 vpk##BITS##_hfn(v1, v2, v3, vpks##BITS##e); \
124 void HELPER(gvec_vpks_cc##BITS)(void *v1, const void *v2, const void *v3, \
127 int saturated = vpk##BITS##_hfn(v1, v2, v3, vpks##BITS##e); \
130 env->cc_op = 3; \
150 void HELPER(gvec_vpkls##BITS)(void *v1, const void *v2, const void *v3, \
153 vpk##BITS##_hfn(v1, v2, v3, vpkls##BITS##e); \
155 void HELPER(gvec_vpkls_cc##BITS)(void *v1, const void *v2, const void *v3, \
158 int saturated = vpk##BITS##_hfn(v1, v2, v3, vpkls##BITS##e); \
161 env->cc_op = 3; \
172 void HELPER(gvec_vperm)(void *v1, const void *v2, const void *v3, in HELPER()
185 byte = s390_vec_read_element8(v3, selector - 16); in HELPER()