Lines Matching refs:vec_insert
152 vss += vec_revb(vec_insert(ss, vec_revb(vss2), 0)); in test_core()
155 vus += vec_revb(vec_insert(us, vec_revb(vus2), 0)); in test_core()
158 vsi += vec_revb(vec_insert(si, vec_revb(vsi2), 0)); in test_core()
161 vui += vec_revb(vec_insert(ui, vec_revb(vui2), 0)); in test_core()
164 vsl += vec_revb(vec_insert(sl, vec_revb(vsl2), 0)); in test_core()
167 vul += vec_revb(vec_insert(ul, vec_revb(vul2), 0)); in test_core()
170 vf += vec_revb(vec_insert(f, vec_revb(vf2), 0)); in test_core()
173 vd += vec_revb(vec_insert(d, vec_revb(vd2), 0)); in test_core()
177 vus = vec_insert(__builtin_bswap16(us), vus2, 0); in test_core()
180 vui = vec_insert(__builtin_bswap32(ui), vui2, 0); in test_core()
183 vul = vec_insert(__builtin_bswap64(ul), vul2, 0); in test_core()