Home
last modified time | relevance | path

Searched refs:vec_insert_and_zero (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector3.c110 vss += vec_revb(vec_insert_and_zero(cptrss)); in test_core()
112 vus += vec_revb(vec_insert_and_zero(cptrus)); in test_core()
114 vsi += vec_revb(vec_insert_and_zero(cptrsi)); in test_core()
116 vui += vec_revb(vec_insert_and_zero(cptrui)); in test_core()
118 vsl += vec_revb(vec_insert_and_zero(cptrsl)); in test_core()
120 vul += vec_revb(vec_insert_and_zero(cptrul)); in test_core()
122 vf += vec_revb(vec_insert_and_zero(cptrf)); in test_core()
124 vd += vec_revb(vec_insert_and_zero(cptrd)); in test_core()
H A Dbuiltins-systemz-zvector3-constrained.c46 vf += vec_revb(vec_insert_and_zero(cptrf)); in test_core()
48 vd += vec_revb(vec_insert_and_zero(cptrd)); in test_core()
H A Dbuiltins-systemz-zvector2-constrained.c79 vf = vec_insert_and_zero(cptrf); in test_core()
82 vd = vec_insert_and_zero(cptrd); in test_core()
H A Dbuiltins-systemz-zvector-constrained.c43 vd = vec_insert_and_zero(cptrd); in test_core()
H A Dbuiltins-systemz-zvector2.c111 vf = vec_insert_and_zero(cptrf); in test_core()
114 vd = vec_insert_and_zero(cptrd); in test_core()
H A Dbuiltins-systemz-zvector.c196 vsc = vec_insert_and_zero(cptrsc); in test_core()
199 vuc = vec_insert_and_zero(cptruc); in test_core()
202 vss = vec_insert_and_zero(cptrss); in test_core()
205 vus = vec_insert_and_zero(cptrus); in test_core()
208 vsi = vec_insert_and_zero(cptrsi); in test_core()
211 vui = vec_insert_and_zero(cptrui); in test_core()
214 vsl = vec_insert_and_zero(cptrsl); in test_core()
217 vul = vec_insert_and_zero(cptrul); in test_core()
220 vd = vec_insert_and_zero(cptrd); in test_core()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h314 vec_insert_and_zero(const signed char *__ptr) { in vec_insert_and_zero() function
321 vec_insert_and_zero(const unsigned char *__ptr) { in vec_insert_and_zero() function
328 vec_insert_and_zero(const signed short *__ptr) { in vec_insert_and_zero() function
335 vec_insert_and_zero(const unsigned short *__ptr) { in vec_insert_and_zero() function
342 vec_insert_and_zero(const signed int *__ptr) { in vec_insert_and_zero() function
349 vec_insert_and_zero(const unsigned int *__ptr) { in vec_insert_and_zero() function
356 vec_insert_and_zero(const signed long long *__ptr) { in vec_insert_and_zero() function
363 vec_insert_and_zero(const unsigned long long *__ptr) { in vec_insert_and_zero() function
371 vec_insert_and_zero(const float *__ptr) { in vec_insert_and_zero() function
379 vec_insert_and_zero(const double *__ptr) { in vec_insert_and_zero() function